mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
Centered down-arrow icons in top navbar (#14846)
This commit is contained in:
committed by
GitHub
parent
4e998e62fc
commit
94c86c3837
@@ -91,6 +91,9 @@ const StyledHeader = styled.header`
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
.main-nav .ant-menu-submenu-title > svg {
|
||||
top: ${({ theme }) => theme.gridUnit * 5.25}px;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar-brand {
|
||||
float: none;
|
||||
|
||||
Reference in New Issue
Block a user