mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
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:
parent
41e0f97176
commit
b2147476cc
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user