mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-19 03:54:04 +01:00
Make composers button all aligned and the same size (#1843)
This commit is contained in:
parent
2a46fcc3ed
commit
9d7c323abd
1 changed files with 2 additions and 1 deletions
|
@ -528,7 +528,8 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
|
||||||
& > * {
|
& .icon-button,
|
||||||
|
& .text-icon-button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
padding: 0 3px;
|
padding: 0 3px;
|
||||||
|
|
Loading…
Reference in a new issue