auto-git:
[change] index.html
This commit is contained in:
10
index.html
10
index.html
@@ -194,14 +194,14 @@
|
||||
|
||||
.paw-queued {
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
right: 1.5rem; /* experimentiere mit dem Wert */
|
||||
top: 40px; /* so weit nach unten */
|
||||
right: 0.5rem; /* nur ganz am Rand, feintune hier! */
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.10));
|
||||
transition: transform 0.18s cubic-bezier(0.4,0.2,0.6,1);
|
||||
transform: translate(-40px, 8px);
|
||||
pointer-events: none
|
||||
transform: translateX(-60px) rotate(var(--paw-rotate, 0deg)); /* -60px nach innen */
|
||||
pointer-events: none;
|
||||
z-index: 10;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user