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

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Harrison Healey
2025-02-13 17:29:54 -05:00
коммит произвёл GitHub
родитель 41e0f97176
Коммит b2147476cc
2 изменённых файлов: 7 добавлений и 4 удалений

Просмотреть файл

@@ -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;
} }

Просмотреть файл

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