mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 09:13:13 +00:00
Fixed flexbox based width issues.
This commit is contained in:
parent
1c9d5828b1
commit
e1775128e4
2 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue