fix: post button text alignment
This commit is contained in:
parent
f2ce0ef273
commit
1120818f47
|
@ -209,12 +209,13 @@ function more(ev: MouseEvent) {
|
||||||
|
|
||||||
> .post {
|
> .post {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
color: var(--fgOnAccent);
|
color: var(--fgOnAccent);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
Loading…
Reference in New Issue