mirror of https://gitlab.com/bashrc2/epicyon
Emoji position
parent
259c9cb364
commit
b89997bc45
|
@ -114,6 +114,10 @@ a:focus {
|
||||||
background-color: var(--main-bg-color);
|
background-color: var(--main-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.follow container {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.followAvatar {
|
.followAvatar {
|
||||||
margin: 0% 0;
|
margin: 0% 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -406,8 +406,8 @@ def html_search_emoji_text_entry(css_cache: {}, translate: {},
|
||||||
emoji_str += ' </form>\n'
|
emoji_str += ' </form>\n'
|
||||||
emoji_str += ' </center>\n'
|
emoji_str += ' </center>\n'
|
||||||
emoji_str += ' </div>\n'
|
emoji_str += ' </div>\n'
|
||||||
emoji_str += '</div>\n'
|
|
||||||
emoji_str += _html_common_emoji(base_dir, 8)
|
emoji_str += _html_common_emoji(base_dir, 8)
|
||||||
|
emoji_str += '</div>\n'
|
||||||
emoji_str += html_footer()
|
emoji_str += html_footer()
|
||||||
return emoji_str
|
return emoji_str
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue