Center the items in toolbar

pull/5/head
Lim Chee Aun 2022-12-15 21:31:44 +08:00
rodzic 12c11c65c1
commit 31b3d824cd
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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