UX: Remove margins on popup menu on mobile.

This commit is contained in:
Guo Xiang Tan 2016-07-11 11:01:25 +08:00
parent 4b557842eb
commit 5c4fdd1207
3 changed files with 12 additions and 4 deletions

View file

@ -366,3 +366,9 @@ a.mention, a.mention-group {
font-weight: bold;
font-size: 0.93em;
}
.popup-menu {
h3 {
margin-top: 0;
}
}

View file

@ -578,10 +578,6 @@ video {
margin-top: -20px;
}
.popup-menu {
h3 {margin-top: 0;}
}
.deleted-user-avatar {
font-size: 2.571em;
}

View file

@ -552,3 +552,9 @@ span.highlighted {
margin-left: -10px;
margin-right: -10px;
}
.popup-menu {
h3 {
margin-bottom: 0;
}
}