mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
Fixed more button for microblog not aligning to the right
This commit is contained in:
parent
13ebd04101
commit
adc02bffe1
1 changed files with 6 additions and 0 deletions
|
@ -2186,6 +2186,12 @@ section > .container > .row > .col {
|
|||
.microblog .more {
|
||||
padding-right: 1em;
|
||||
padding-bottom: 1em;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.microblog .more .btn {
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Styling for table of contents */
|
||||
|
|
Loading…
Reference in a new issue