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:
Karl Stolley 2023-07-24 15:26:23 -05:00 committed by Tim Abbott
parent c693816d66
commit 5d819ea254
1 changed files with 0 additions and 8 deletions

View File

@ -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) {