1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Merge pull request #94 from koloml/bugfix/fullscreen-viewer-quality-selector-bg

Fullscreen Viewer: Fixed size selector not having backgronud color making it difficult to read with certain images
This commit is contained in:
2025-02-18 15:57:53 -05:00
committed by GitHub

View File

@@ -203,6 +203,7 @@
top: 5px;
left: 5px;
z-index: 1;
background-color: booru-vars.$background-color;
}
.close {