Fix type in css
This commit is contained in:
parent
f6f7b27e40
commit
1939d120cd
|
@ -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…
Reference in New Issue