Fix menu top margin even box

This commit is contained in:
Jas Singh
2024-06-30 22:38:06 -07:00
parent 57b468beb3
commit 8f54a92e80
8 changed files with 66 additions and 42 deletions

View File

@@ -242,11 +242,12 @@ tooltip label {
min-height: 10em;
}
.top-right-event-box_top *{
min-height: 0em;
margin-top: 2.5em;
}
.menu-label {
margin: 0.5em 1em;
color: $sky;
}
.event-top-padding * {
min-height: 0em;
margin-top: 2.8em;
}

View File

@@ -63,7 +63,7 @@
.close-network-password-input-button {
padding: 0em 0.5em;
&:hover image {
color: $maroon;
color: $mauve;
}
}
@@ -73,7 +73,7 @@
font-size: 1.3em;
}
&:hover {
color: $maroon;
color: $mauve;
}
}
}