UX prettified in the menu

This commit is contained in:
l4kr
2023-09-06 15:08:52 +02:00
parent 5a27ada153
commit cc02e201f6
9 changed files with 2190 additions and 15 deletions

View File

@@ -223,6 +223,15 @@
-webkit-margin-end: 0.5em;
margin-inline-end: 0.5em;
}
.item-tag-button:hover {
color: black;
background-color: #a5a5a5b8;
}
.item-tag-button:active {
color: white;
background-color: black;
box-shadow: none;
}
.itemBackdropContainer {
height: 40vh;
position: relative;