mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
UX: Remove margins on popup menu on mobile.
This commit is contained in:
parent
4b557842eb
commit
5c4fdd1207
3 changed files with 12 additions and 4 deletions
|
@ -366,3 +366,9 @@ a.mention, a.mention-group {
|
|||
font-weight: bold;
|
||||
font-size: 0.93em;
|
||||
}
|
||||
|
||||
.popup-menu {
|
||||
h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -578,10 +578,6 @@ video {
|
|||
margin-top: -20px;
|
||||
}
|
||||
|
||||
.popup-menu {
|
||||
h3 {margin-top: 0;}
|
||||
}
|
||||
|
||||
.deleted-user-avatar {
|
||||
font-size: 2.571em;
|
||||
}
|
||||
|
|
|
@ -552,3 +552,9 @@ span.highlighted {
|
|||
margin-left: -10px;
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
||||
.popup-menu {
|
||||
h3 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue