mirror of https://gitlab.com/bashrc2/epicyon
Image id
parent
51b086ca9b
commit
a59f66cc46
|
@ -1117,9 +1117,10 @@ h3 {
|
||||||
-webkit-user-select: all;
|
-webkit-user-select: all;
|
||||||
-ms-user-select: all;
|
-ms-user-select: all;
|
||||||
user-select: all;
|
user-select: all;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.hashtagswarm img.commonemojilabel {
|
.commonemojilabel {
|
||||||
|
float: none;
|
||||||
width: 5%;
|
width: 5%;
|
||||||
min-width: 5%;
|
min-width: 5%;
|
||||||
}
|
}
|
||||||
|
@ -1904,9 +1905,10 @@ h3 {
|
||||||
-webkit-user-select: all;
|
-webkit-user-select: all;
|
||||||
-ms-user-select: all;
|
-ms-user-select: all;
|
||||||
user-select: all;
|
user-select: all;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.hashtagswarm img.commonemojilabel {
|
.commonemojilabel {
|
||||||
|
float: none;
|
||||||
width: 10%;
|
width: 10%;
|
||||||
min-width: 10%;
|
min-width: 10%;
|
||||||
}
|
}
|
||||||
|
@ -2663,9 +2665,10 @@ h3 {
|
||||||
-webkit-user-select: all;
|
-webkit-user-select: all;
|
||||||
-ms-user-select: all;
|
-ms-user-select: all;
|
||||||
user-select: all;
|
user-select: all;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.hashtagswarm img.commonemojilabel {
|
.commonemojilabel {
|
||||||
|
float: none;
|
||||||
width: 10%;
|
width: 10%;
|
||||||
min-width: 10%;
|
min-width: 10%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1700,7 +1700,7 @@ def html_common_emoji(base_dir: str, no_of_emoji: int) -> str:
|
||||||
# the emoji name shows
|
# the emoji name shows
|
||||||
html_str += \
|
html_str += \
|
||||||
'<label class="hashtagswarm">' + \
|
'<label class="hashtagswarm">' + \
|
||||||
'<img class="commonemojilabel" ' + \
|
'<img id="commonemojilabel" ' + \
|
||||||
'loading="lazy" decoding="async" ' + \
|
'loading="lazy" decoding="async" ' + \
|
||||||
'src="/emoji/' + emoji_name + '.png" ' + \
|
'src="/emoji/' + emoji_name + '.png" ' + \
|
||||||
'alt="" title="">' + \
|
'alt="" title="">' + \
|
||||||
|
|
Loading…
Reference in New Issue