mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
fix: post button text alignment
This commit is contained in:
parent
296f786458
commit
1cd7b8bc38
1 changed files with 2 additions and 1 deletions
|
@ -209,12 +209,13 @@ function more(ev: MouseEvent) {
|
|||
|
||||
> .post {
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
color: var(--fgOnAccent);
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
|
|
Loading…
Reference in a new issue