MM-62933 Revert position of post menu to match earlier versions (#30190)

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Harrison Healey 2025-02-13 17:29:54 -05:00 committed by GitHub
parent 41e0f97176
commit b2147476cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -11,6 +11,11 @@
padding: 4px; padding: 4px;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; border-radius: 4px;
// Counteract the margins added to ul in _typography.scss
margin-top: 0;
margin-bottom: 0;
list-style: none; list-style: none;
white-space: normal; white-space: normal;
} }

View File

@ -335,12 +335,10 @@
right: 0; right: 0;
font-size: 13px; font-size: 13px;
a {
vertical-align: top;
}
.search-item__jump { .search-item__jump {
position: relative; position: relative;
display: block;
height: 100%;
padding: 5px 4px 0; padding: 5px 4px 0;
border-radius: 4px; border-radius: 4px;
color: rgba(var(--center-channel-color-rgb), 0.4); color: rgba(var(--center-channel-color-rgb), 0.4);