Add version to JS files to flush cache #659

This commit is contained in:
jokob-sk
2024-05-01 18:25:48 +10:00
parent 525b05db5a
commit 584fdb7734
13 changed files with 50 additions and 45 deletions

View File

@@ -891,12 +891,12 @@ input[readonly] {
.interactable-option::before {
content: '1x 📝 | 2x 🚮';
position: absolute;
right: 0;
position: sticky;
right: 0px;
top: 0;
color: white;
float: right;
background-color: rgb(0, 0, 0);
padding: 3px;
transition: opacity 0.5s;
opacity: 0.1;
border-radius: 3px;