Emoji style in header

main2
Bob Mottram 2019-09-23 13:07:36 +01:00
parent 567a439598
commit dff6946442
1 changed files with 3 additions and 3 deletions

View File

@ -382,13 +382,13 @@ a:link {
.container img.emojiheader { .container img.emojiheader {
float: none; float: none;
width: 20px; width: 25px;
margin-left: 0px; margin-left: 0px;
margin-right: 0px; margin-right: 0px;
padding-right: 0px; padding-right: 0px;
border-radius: 0px; border-radius: 0px;
-ms-transform: translateY(0%); -ms-transform: translateY(-40%);
transform: translateY(0%); transform: translateY(-40%);
} }
.containericons { .containericons {