mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Update components.scss
limit the flexing of the drawer and columns, allow columns to go slightly thinner before scrolling
This commit is contained in:
parent
e008ebeef7
commit
8238f07ade
1 changed files with 4 additions and 2 deletions
|
@ -2278,7 +2278,8 @@ $ui-header-height: 55px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
min-width: 350px;
|
min-width: 300px;
|
||||||
|
max-width: 550px;
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -2300,7 +2301,8 @@ $ui-header-height: 55px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawer {
|
.drawer {
|
||||||
width: 300px;
|
min-width: 300px;
|
||||||
|
max-width: 400px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in a new issue