Merge pull request 'Make bottom bar smaller in narrow window' (#977) from layout-post-control into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/977
This commit is contained in:
KitaitiMakoto 2022-01-02 17:50:20 +00:00
commit acbda3cde1
1 changed files with 1 additions and 2 deletions

View File

@ -577,9 +577,8 @@ figure {
}
.bottom-bar {
flex-direction: column;
align-items: center;
& > div {
& > div:nth-child(2) {
margin: 0;
}
}