mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Remove margins on popup menu on mobile.
This commit is contained in:
parent
4b557842eb
commit
5c4fdd1207
@ -366,3 +366,9 @@ a.mention, a.mention-group {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 0.93em;
|
font-size: 0.93em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popup-menu {
|
||||||
|
h3 {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -578,10 +578,6 @@ video {
|
|||||||
margin-top: -20px;
|
margin-top: -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-menu {
|
|
||||||
h3 {margin-top: 0;}
|
|
||||||
}
|
|
||||||
|
|
||||||
.deleted-user-avatar {
|
.deleted-user-avatar {
|
||||||
font-size: 2.571em;
|
font-size: 2.571em;
|
||||||
}
|
}
|
||||||
|
@ -552,3 +552,9 @@ span.highlighted {
|
|||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
margin-right: -10px;
|
margin-right: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popup-menu {
|
||||||
|
h3 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user