fix debug button mask repeat

This commit is contained in:
LenAnderson
2024-07-12 15:05:57 -04:00
parent 956a676390
commit 40c5430b14
2 changed files with 2 additions and 0 deletions

View File

@@ -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');

View File

@@ -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');