This commit is contained in:
Send_Nukez 2021-11-20 18:18:25 +01:00
parent 9afccf31c3
commit fe0503e9f8
2 changed files with 3 additions and 4 deletions

View file

@ -1,3 +1,4 @@
Fixed:
- Checking for update every 10 Minutes not working
- Background album art is cut off (#116)
- Background album art is cut off (#116)
- Tall context menus not scrollable (#114)

View file

@ -1,10 +1,7 @@
.main-contextMenu-menu {
background-color: transparent !important;
overflow: visible;
position: relative;
border-radius: var(--main-corner-radius);
padding: 8px;
box-shadow: 0px 0px 8px spiceColor("subtext", 0.1, 0.1);
&:not([data-depth="0"]) {
margin: -5px 0px;
@ -18,6 +15,7 @@
background-color: spiceColor("main", 0.75, -0.1) !important;
backdrop-filter: blur(10px);
border-radius: var(--main-corner-radius);
box-shadow: 0px 0px 8px spiceColor("subtext", 0.1, 0.1);
}
.main-contextMenu-menuItem {