fix
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user