1
0

Further reduce right margin of .paw-queued class by 10px

This commit is contained in:
2025-05-26 22:25:34 +02:00
parent 1af71dfb95
commit cec9b33cd1

View File

@@ -195,7 +195,7 @@
.paw-queued {
position: absolute;
top: 33px; /* so weit nach unten */
right: 50px; /* nur ganz am Rand, feintune hier! */
right: 40px; /* nur ganz am Rand, feintune hier! */
width: 2rem;
height: 2rem;
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.10));