mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-02 02:53:01 +08:00
fix(flex): Slightly tweaked flex constants (only until redesign)
This commit is contained in:
parent
4f1746503b
commit
59b7155357
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ atom-workspace {
|
||||||
|
|
||||||
#thread-list-column {
|
#thread-list-column {
|
||||||
order: 1;
|
order: 1;
|
||||||
flex: 1.5;
|
flex: 1.2;
|
||||||
min-width: 320px;
|
min-width: 320px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -43,7 +43,7 @@ atom-workspace {
|
||||||
|
|
||||||
#message-and-composer {
|
#message-and-composer {
|
||||||
order: 3;
|
order: 3;
|
||||||
min-width: 580px;
|
min-width: 600px;
|
||||||
max-width: 1024px;
|
max-width: 1024px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: @background-color-secondary;
|
background: @background-color-secondary;
|
||||||
|
|
Loading…
Reference in a new issue