Fix type in css

This commit is contained in:
r 2019-12-25 04:32:56 +00:00
parent f6f7b27e40
commit 1939d120cd
1 changed files with 2 additions and 2 deletions

View File

@ -55,12 +55,12 @@
.status-emoji { .status-emoji {
height: 20px; height: 20px;
margin-bottom: -4px; margin-bottom: -4px;
witdth: auto; width: auto;
} }
.name-emoji { .name-emoji {
height: 20px; height: 20px;
witdth: auto; width: auto;
} }
.status-action { .status-action {