Center the items in toolbar

This commit is contained in:
Lim Chee Aun 2022-12-15 21:31:44 +08:00
parent 12c11c65c1
commit 31b3d824cd

View file

@ -103,6 +103,7 @@
#compose-container .toolbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px 0;
gap: 8px;
}