auto-git:
[change] index.html
This commit is contained in:
@@ -195,11 +195,10 @@
|
|||||||
.paw-queued {
|
.paw-queued {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 33px; /* so weit nach unten */
|
top: 33px; /* so weit nach unten */
|
||||||
right: 0px; /* nur ganz am Rand, feintune hier! */
|
right: 60px; /* nur ganz am Rand, feintune hier! */
|
||||||
width: 2rem;
|
width: 2rem;
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.10));
|
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.10));
|
||||||
transform: translateX(-60px) rotate(var(--paw-rotate, 0deg)); /* -60px nach innen */
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user