Add absolute positioning and adjust top value for .paw-queued class
This commit is contained in:
@@ -193,10 +193,16 @@
|
||||
}
|
||||
/* Füge das in deine CSS ein */
|
||||
.paw-queued {
|
||||
position: absolute;
|
||||
top: 2.5rem;
|
||||
right: 1.5rem; /* experimentiere mit dem Wert */
|
||||
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);
|
||||
pointer-events: none
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="flex h-screen bg-white">
|
||||
|
||||
Reference in New Issue
Block a user