Bigger display name emoji on mobile

main2
Bob Mottram 2019-09-30 09:42:37 +01:00
parent aa6809ea92
commit 19b1ce5d8b
1 changed files with 20 additions and 0 deletions

View File

@ -832,6 +832,16 @@ div.imagedesc {
margin: 0 0;
width: 50px;
}
.container img.emojiheader {
float: none;
width: 25px;
margin-left: 0px;
margin-right: 0px;
padding-right: 0px;
border-radius: 0px;
-ms-transform: translateY(-30%);
transform: translateY(-30%);
}
.containericons img {
float: right;
max-width: 200px;
@ -1075,6 +1085,16 @@ div.imagedesc {
margin: 0 0;
width: 100px;
}
.container img.emojiheader {
float: none;
width: 35px;
margin-left: 0px;
margin-right: 0px;
padding-right: 0px;
border-radius: 0px;
-ms-transform: translateY(-30%);
transform: translateY(-30%);
}
.containericons img {
float: right;
max-width: 200px;