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:
@@ -199,6 +199,12 @@
|
||||
transition: opacity .25s ease;
|
||||
}
|
||||
|
||||
.size-selector {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
&.shown {
|
||||
opacity: var(--opacity, 1);
|
||||
pointer-events: initial;
|
||||
|
||||
Reference in New Issue
Block a user