Skip to content

Cleaner Kanban Taiga by Vraken

Screenshot of Cleaner Kanban Taiga

Details

AuthorVraken

LicenseNo License

Categorytaiga.io

Created

Updated

Code size1.8 kB

Code checksum9eb00db0

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Cleaner view for kanban Taiga.io

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Cleaner Taiga FDE
@namespace    USO Archive
@author       Florian D.
@description  Cleaner view for Taiga Kanban
@version      20240305
@license      CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain(taiga.io) {
    .kanban-table-body .taskboard-column  {
        flex-basis:30rem;
        max-width:22rem;
    }
    .kanban-table-header .task-colum-name
    {
        flex-basis:30rem;
        max-width:22rem;
    }
    .card-estimation {
        display:none
    }
     .card-data empty-tasks {
        visibility:hidden
    }
    .card
    {
        margin:3px;
        min-height:auto
            
    }
    html body div div.master div.wrapper section.main.kanban div.kanban-header header h1 {
        display: none
    }
    .card-inner{
        padding:0.5rem 0 .75rem 0;
        display:flex
    }
    .kanban-table.zoom-2 .card, .kanban-table.zoom-2 .card-inner.card-blocked, .kanban-table.zoom-3 .card, .kanban-table.zoom-3 .card-inner.card-blocked
    {
        min-height:auto;
    }
    .card-ref{
        display:none
    }
    .card-tags .card-tag{
     min-width:auto   
    }
    .card-not-assigned-title
    {
        display:none
    }
    .navbar{
        height: 30px
    }
    .navbar .nav-right .topnav-dropdown-wrapper > a, .navbar .nav-right > a {
        padding:0px;
    }
    .kanban-header {
        position: fixed;
        margin-top: 500px;
        z-index: 1000;
        margin-left: 80rem;
        bottom: 3rem;
    }
    .kanban{
        padding:0.3rem
    }
    .navbar .nav-left .logo svg{
        width:1.5rem;
        height:1.5rem;
    }
    .navbar .user-avatar img{
    max-width:1.5rem;
    max-height:1.5rem;
    min-width:1.5rem;
    min-height:1.5rem;
    border:none;
        
    }
}

Reviews

No reviews yet.