mirror of https://gitlab.com/bashrc2/epicyon
Emoji style on profile screen
parent
2e26a05568
commit
402206b85c
|
@ -538,6 +538,16 @@ a:focus {
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emoji {
|
||||||
|
float: none;
|
||||||
|
width: 50px;
|
||||||
|
margin-left: 0px;
|
||||||
|
margin-right: 0px;
|
||||||
|
padding-right: 0px;
|
||||||
|
border-radius: 0px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.container img.emoji {
|
.container img.emoji {
|
||||||
float: none;
|
float: none;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
|
Loading…
Reference in New Issue