fix: post button text alignment

This commit is contained in:
Kainoa Kanter 2023-03-03 21:43:49 -08:00
parent f2ce0ef273
commit 1120818f47

View file

@ -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: "";