Repaired alignment of various things

This commit is contained in:
Sasha Koshka 2022-08-09 17:39:23 -04:00 committed by emma
parent 0098cc00a8
commit 4dab0724cb
1 changed files with 8 additions and 1 deletions

View File

@ -321,7 +321,6 @@ a.ui.basic.green.label:hover {
}
.ui.tabular.menu .item {
margin-right: 0.5rem;
border-top-width: 1px;
font-weight: 500;
margin-bottom: -1px;
@ -331,6 +330,10 @@ a.ui.basic.green.label:hover {
backdrop-filter: blur(10px);
}
.ui.tabular.menu .item:not(:last-child) {
margin-right: 1rem;
}
.ui.tabular.menu .item:hover {
background-color: hsla(0, 20%, 6%, .70);
}
@ -342,6 +345,10 @@ a.ui.basic.green.label:hover {
border-bottom: none !important;
}
.ui.dropdown > .text > img, .ui.dropdown > .text > .image:not(.icon) {
margin-top: -0.2rem;
}
.overflow.menu .items .item {
color: #9d9d9d;
}