merge-requests/30/head
Bob Mottram 2022-04-19 13:05:42 +01:00
parent 51b086ca9b
commit a59f66cc46
2 changed files with 10 additions and 7 deletions

View File

@ -1117,9 +1117,10 @@ h3 {
-webkit-user-select: all;
-ms-user-select: all;
user-select: all;
white-space: nowrap;
white-space: nowrap;
}
.hashtagswarm img.commonemojilabel {
.commonemojilabel {
float: none;
width: 5%;
min-width: 5%;
}
@ -1904,9 +1905,10 @@ h3 {
-webkit-user-select: all;
-ms-user-select: all;
user-select: all;
white-space: nowrap;
white-space: nowrap;
}
.hashtagswarm img.commonemojilabel {
.commonemojilabel {
float: none;
width: 10%;
min-width: 10%;
}
@ -2663,9 +2665,10 @@ h3 {
-webkit-user-select: all;
-ms-user-select: all;
user-select: all;
white-space: nowrap;
white-space: nowrap;
}
.hashtagswarm img.commonemojilabel {
.commonemojilabel {
float: none;
width: 10%;
min-width: 10%;
}

View File

@ -1700,7 +1700,7 @@ def html_common_emoji(base_dir: str, no_of_emoji: int) -> str:
# the emoji name shows
html_str += \
'<label class="hashtagswarm">' + \
'<img class="commonemojilabel" ' + \
'<img id="commonemojilabel" ' + \
'loading="lazy" decoding="async" ' + \
'src="/emoji/' + emoji_name + '.png" ' + \
'alt="" title="">' + \