mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
fix #114
This commit is contained in:
parent
9afccf31c3
commit
fe0503e9f8
2 changed files with 3 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue