mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix debug button mask repeat
This commit is contained in:
@@ -557,6 +557,7 @@
|
|||||||
background-color: var(--SmartThemeBodyColor);
|
background-color: var(--SmartThemeBodyColor);
|
||||||
mask-size: contain;
|
mask-size: contain;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
|
mask-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugButtons .qr--modal-debugButton#qr--modal-resume:after {
|
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugButtons .qr--modal-debugButton#qr--modal-resume:after {
|
||||||
mask-image: url('/img/step-resume.svg');
|
mask-image: url('/img/step-resume.svg');
|
||||||
|
@@ -639,6 +639,7 @@
|
|||||||
background-color: var(--SmartThemeBodyColor);
|
background-color: var(--SmartThemeBodyColor);
|
||||||
mask-size: contain;
|
mask-size: contain;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
|
mask-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
&#qr--modal-resume:after {
|
&#qr--modal-resume:after {
|
||||||
mask-image: url('/img/step-resume.svg');
|
mask-image: url('/img/step-resume.svg');
|
||||||
|
Reference in New Issue
Block a user