mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-02 08:12:20 +00:00
Make bottom bar smaller in narrow window
This commit is contained in:
parent
3daf405ae2
commit
0755436458
1 changed files with 1 additions and 2 deletions
|
@ -577,9 +577,8 @@ figure {
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-bar {
|
.bottom-bar {
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
& > div {
|
& > div:nth-child(2) {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue