mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix styles of advanced web interface
This commit is contained in:
parent
862861069d
commit
f5c3f65bac
1 changed files with 2 additions and 1 deletions
|
@ -2467,12 +2467,13 @@ $ui-header-height: 55px;
|
|||
|
||||
.column,
|
||||
.drawer {
|
||||
flex: 0 0 auto;
|
||||
padding: 10px;
|
||||
padding-inline-start: 5px;
|
||||
padding-inline-end: 5px;
|
||||
|
||||
&:first-child {
|
||||
flex: 1 1 300px;
|
||||
flex-shrink: 0;
|
||||
padding-inline-start: 10px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue