mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 15:21:48 +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 {
|
#compose-container .toolbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue