Fix vertical sizing of left pane when switching inbox<->archive
This commit is contained in:
parent
6d8ab33e93
commit
230c6dc284
3 changed files with 25 additions and 52 deletions
|
@ -3028,18 +3028,21 @@
|
|||
font-weight: 300px;
|
||||
}
|
||||
|
||||
.module-left-pane__list {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.module-left-pane__archive-helper-text {
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
|
||||
padding: 1em;
|
||||
font-size: 12px;
|
||||
color: $color-gray-60;
|
||||
background-color: $color-gray-05;
|
||||
}
|
||||
|
||||
.module-left-pane__list {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.module-left-pane__virtual-list {
|
||||
outline: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue