This commit is contained in:
2025-10-28 13:53:29 +01:00
parent cc37fdde9a
commit 550bb7f0eb
+3 -7
View File
@@ -8,9 +8,7 @@
.skeuo-item { .skeuo-item {
position: absolute; position: absolute;
display: flex; display: block;
flex-direction: column;
align-items: center;
width: auto; width: auto;
cursor: grab; cursor: grab;
touch-action: none; touch-action: none;
@@ -50,11 +48,9 @@
.skeuo-item__body { .skeuo-item__body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-grow: 1; flex-grow: 1;
width: 100%;
height: 100%;
} }
.skeuo-item:focus-visible { .skeuo-item:focus-visible {