mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 18:27:55 +08:00
UX: Remove margins on popup menu on mobile.
This commit is contained in:
parent
4b557842eb
commit
5c4fdd1207
app/assets/stylesheets
@ -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…
x
Reference in New Issue
Block a user