forked from AkkomaGang/akkoma-fe
fix bottom-left icons being too damn wide
This commit is contained in:
parent
a1ed1b9b53
commit
312e2aa14f
1 changed files with 2 additions and 0 deletions
|
@ -300,6 +300,7 @@
|
||||||
.post-status-form {
|
.post-status-form {
|
||||||
.form-bottom {
|
.form-bottom {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
|
||||||
|
@ -319,6 +320,7 @@
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding-right: 7px;
|
padding-right: 7px;
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
|
max-width: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-format {
|
.text-format {
|
||||||
|
|
Loading…
Reference in a new issue