1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Rendering selector for preview size in the fullscreen viewer element

This commit is contained in:
2024-12-30 21:57:35 +04:00
parent c9c441a8ae
commit 52a8b6e778
2 changed files with 72 additions and 3 deletions

View File

@@ -199,6 +199,12 @@
transition: opacity .25s ease;
}
.size-selector {
position: absolute;
top: 5px;
left: 5px;
}
&.shown {
opacity: var(--opacity, 1);
pointer-events: initial;