mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
navbar: Minor adjustments.
Use semi-transparent background color and few margin adjustments.
This commit is contained in:
parent
54d2a02f7e
commit
a11178310c
@ -42,7 +42,7 @@ details summary::-webkit-details-marker {
|
||||
}
|
||||
|
||||
.top-menu-items-group-1 {
|
||||
margin-right: 32px;
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
.top-menu-item,
|
||||
@ -182,7 +182,7 @@ details summary::-webkit-details-marker {
|
||||
}
|
||||
|
||||
.top-menu-submenu-backdrop {
|
||||
background: hsl(240deg 100% 10%);
|
||||
background: hsl(240deg 100% 10% / 60%);
|
||||
opacity: 0;
|
||||
height: 0;
|
||||
width: 100%;
|
||||
@ -607,7 +607,7 @@ details summary::-webkit-details-marker {
|
||||
}
|
||||
}
|
||||
|
||||
@media (width <= 940px) {
|
||||
@media (width <= 980px) {
|
||||
.top-menu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user