mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-07 16:52:00 +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:
|
Fixed:
|
||||||
- Checking for update every 10 Minutes not working
|
- 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 {
|
.main-contextMenu-menu {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
overflow: visible;
|
|
||||||
position: relative;
|
|
||||||
border-radius: var(--main-corner-radius);
|
border-radius: var(--main-corner-radius);
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
box-shadow: 0px 0px 8px spiceColor("subtext", 0.1, 0.1);
|
|
||||||
|
|
||||||
&:not([data-depth="0"]) {
|
&:not([data-depth="0"]) {
|
||||||
margin: -5px 0px;
|
margin: -5px 0px;
|
||||||
|
|
@ -18,6 +15,7 @@
|
||||||
background-color: spiceColor("main", 0.75, -0.1) !important;
|
background-color: spiceColor("main", 0.75, -0.1) !important;
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
border-radius: var(--main-corner-radius);
|
border-radius: var(--main-corner-radius);
|
||||||
|
box-shadow: 0px 0px 8px spiceColor("subtext", 0.1, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-contextMenu-menuItem {
|
.main-contextMenu-menuItem {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue