feat/flask: fix highlight of active screenshot gallery element

This commit is contained in:
2025-12-27 23:07:46 +03:00
committed by Sweetbread
parent 5a4a306255
commit 2e8383611b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ iframe {
margin: 0 0.25em;
cursor: pointer;
.active {
&.active {
background: #333;
}
}