mirror of https://github.com/Lissy93/dashy.git
🐛 Removes max height from colorful theme (#461)
This commit is contained in:
parent
e1a78db853
commit
6b9484a0fe
|
@ -353,9 +353,6 @@ html[data-theme='colorful'] {
|
|||
div.context-menu {
|
||||
border-color: var(--primary);
|
||||
}
|
||||
.collapsable.is-open {
|
||||
height: -webkit-fill-available;
|
||||
}
|
||||
}
|
||||
|
||||
html[data-theme='minimal-light'], html[data-theme='minimal-dark'], html[data-theme='vaporware'] {
|
||||
|
|
Loading…
Reference in New Issue