Adds refresh button to widget, for reloading data

This commit is contained in:
Alicia Sykes
2021-12-13 16:22:24 +00:00
parent ae8179ecd7
commit 2075cbc222
18 changed files with 254 additions and 49 deletions

View File

@@ -331,6 +331,9 @@ 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'] {