Fixed more button for microblog not aligning to the right

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-21 23:18:04 -04:00
parent 13ebd04101
commit adc02bffe1
No known key found for this signature in database
GPG key ID: AD914585C9406B6A

View file

@ -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 */