Fixed flexbox based width issues.

This commit is contained in:
Paulo Reis 2017-10-06 12:18:13 +01:00
parent 1c9d5828b1
commit e1775128e4
2 changed files with 9 additions and 1 deletions

View file

@ -29,11 +29,19 @@
.project-list-content when (@is-overleaf = true) {
.container-fluid;
margin: 0;
}
.project-list-content when (@is-overleaf = false) {
.container;
}
.project-list-content {
display: flex;
flex-direction: column;
flex: 1 0 100%;
}
.sidebar-new-proj-btn when (@is-overleaf) {
.btn-block;
}

View file

@ -118,7 +118,7 @@
@folders-title-text-transform : uppercase;
@folders-tag-display : block;
@folders-tag-line-height : 1.4;
@folders-tag-padding : @folders-menu-item-v-padding 20px @folders-menu-item-v-padding @folders-menu-item-v-padding;
@folders-tag-padding : @folders-menu-item-v-padding 20px @folders-menu-item-v-padding @folders-menu-item-h-padding;
@folders-tag-menu-color : #FFF;
@folders-tag-hover : @sidebar-hover-bg;
@folders-tag-border-color : @folders-tag-menu-color;