Load Settings button now automatically refreshes the widget preview

This commit is contained in:
nuttylmao
2025-05-09 19:06:05 +10:00
parent dd832175a8
commit 3f55e3d2fb
2 changed files with 13 additions and 6 deletions
+4 -1
View File
@@ -98,7 +98,10 @@ body {
pointer-events: none;
font-size: 3em;
font-weight: 500;
color: rgba(255, 255, 255, 0.7);
color: rgba(255, 255, 255);
background-color: rgba(255, 255, 255, 0.3);
padding: 0.25em 0.5em;
border-radius: 0.25em;
display: none;
}