Condense Tagia Style
taiga.jeci.tech - mai 2024 by jeci
Details
Authorjeci
LicenseNo License
CategoryTaiga
Created
Updated
Size3.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name taiga.jeci.tech - mai 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Condense Tagia Style
@author Jeremie Lesage
==/UserStyle== */
@-moz-document url-prefix("https://taiga.jeci.tech/") {
body {
line-height: 1;
}
.scrum {
-moz-column-gap: 0.5rem;
column-gap: 0.5rem;
display: grid;
grid-template-columns: 6fr minmax(250px, 3fr);
row-gap: 0.5rem;
}
h1 {
-webkit-margin-after: 0.5rem;
margin-block-end: 0.5rem;
}
.main {
flex: 1;
min-width: 0;
padding: 0.5rem;
}
ul.child-menu > a {
height: 30rem !important;
padding: 0;
padding-left: 0px;
}
.summary {
height: 2rem;
margin-bottom: 0.5rem;
padding: 0.5rem;
}
.empty-burndown {
margin-bottom: 0.5rem;
padding: 1rem 3rem;
}
.taskboard .taskboard-actions {
margin: 0 0 !important;
}
.summary-progress-bar {
background: #fff;
height: 0.85rem;
margin-top: 1rem;
margin-right: 0.75rem;
padding: 0;
position: relative;
width: 15%;
}
tg-project-menu .sticky-project-menu {
max-width: 10rem;
}
.summary .number {
font-size: 1.1rem;
line-height: 0.7;
}
.data {
margin-top: 1rem;
}
.large-summary .toggle-points-per-role {
font-size: .75rem;
line-height: 0.15;
}
.summary .description {
font-size: .75rem;
line-height: 0.75;
}
.large-summary .summary-progress-wrapper {
height: 0rem;
}
.large-summary .summary-stats {
margin-right: 0.8rem;
}
.card-inner {
background: #fff;
border-radius: .25rem;
padding: 0.15rem 0 .35rem 0;
}
.taskboard-table-header {
min-height: 2.25rem;
}
.taskboard-table .task-colum-name,
.taskboard-table-body .taskboard-column {
margin: 0 0.1rem 0 0;
padding: 0.35rem;
max-width: 17rem;
}
.taskboard-row-title-box .taskboard-us {
padding: .25rem;
background-color: rgb(238, 236, 235);
border-color: rgb(230, 228, 227);
border-style: solid;
border-width: 1px;
}
.taskboard-table .task-colum-name:first-child,
.taskboard-cards-box {
background-color: rgb(238, 236, 235);
}
.taskboard-table .task-colum-name {
background-color: rgb(238, 236, 235);
}
.taskboard-row-title-box .folding-actions {
background-color: rgb(230, 228, 227);
border-color: rgb(230, 228, 227);
border-style: solid;
border-width: 1px;
padding: .15rem;
}
.card-title {
margin-bottom: .15rem;
padding: 0 .45rem;
}
.taskboard-table .card {
margin: 0 0 0.51rem 0;
}
}