mirror of https://github.com/zulip/zulip.git
grid: Remove unnecessary mobile-scale padding.
This also removes padding on .message_content that wasn't actually rendered due to its low specificity. It was likely also leftover from an earlier, non-grid-based layout.
This commit is contained in:
parent
c693816d66
commit
5d819ea254
|
@ -2995,19 +2995,11 @@ select.invite-as {
|
|||
top: -8px;
|
||||
}
|
||||
|
||||
.messagebox-content {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.include-sender .message_controls {
|
||||
background: none !important;
|
||||
padding: 0 !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.message_content {
|
||||
padding-right: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (width < $mm_min) {
|
||||
|
|
Loading…
Reference in New Issue