Skip to content
Snippets Groups Projects
Commit ab773fa5 authored by Dym Sohin's avatar Dym Sohin
Browse files

[static-fe] limit according to- and within- existing ruleset

parent 85941815
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ header a:hover, .h-card a:hover {
/* keep emoji from being hilariously huge */
.display-name img {
max-height: 1em;
max-width: 1em;
}
.display-name .nickname {
......@@ -181,8 +182,3 @@ img.emoji {
padding: 0;
vertical-align: middle;
}
.display-name img.emoji {
width: 1em;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment