mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2025-03-20 05:19:39 +00:00
Fix type in css
This commit is contained in:
parent
f6f7b27e40
commit
1939d120cd
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue