mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Center the items in toolbar
This commit is contained in:
parent
12c11c65c1
commit
31b3d824cd
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@
|
|||
#compose-container .toolbar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 8px 0;
|
||||
gap: 8px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue