Skip to content

Instantly share code, notes, and snippets.

@adelatorrefoss
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save adelatorrefoss/3fef66701d014fb16c8c to your computer and use it in GitHub Desktop.

Select an option

Save adelatorrefoss/3fef66701d014fb16c8c to your computer and use it in GitHub Desktop.
Taiga CSS better fit in window
.menu-secondary.sidebar {
width: 600px;
}
.sprints .sprint-table .column-us {
flex-grow: 1;
}
.sprints .sprint-table .column-points {
flex-grow: 0;
}
.sprints .sprint-table .us-name {
max-width: none;
}
.taskboard-table-body .column-fold .taskboard-task .taskboard-text {
display: none;
}
.taskboard-task {
min-height: 0;
}
.taskboard-task .task-assigned {
display: none;
}
.taskboard-task .task-name {
width: 100%;
}
.taskboard-task .task-num {
flex-basis: 35px;
flex-shrink: 0;
}
.taskboard-task .taskboard-tagline {
display: none;
}
.taskboard-task .taskboard-task-inner {
padding: .2rem;
}
.taskboard-task .taskboard-text {
align-items: center;
display: flex;
justify-content: center;
margin-bottom: 0 ;
padding: 0;
}
.taskboard-task .taskboard-user-avatar img {
width: 40px;
}
.summary {
display: none;
}
div.taskboard-inner h1 {
display: none;
}
a.task-name {
font-family: Helvetica;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment