fix: styling
This commit is contained in:
parent
d41d577c29
commit
2f29ea9f35
@ -52,6 +52,13 @@
|
||||
user-select: none;
|
||||
margin-bottom: 10px;
|
||||
|
||||
> img {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
object-fit: contain; /* Ensure the image fits within the container */
|
||||
}
|
||||
|
||||
&.drawing {
|
||||
cursor: crosshair;
|
||||
}
|
||||
|
@ -23,8 +23,6 @@ ul {
|
||||
|
||||
|
||||
.wrap {
|
||||
position: sticky;
|
||||
top: 15px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
grid-gap: 15px;
|
||||
@ -56,10 +54,6 @@ ul {
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.fileItem {
|
||||
transition: ease 0.2s;
|
||||
display: flex;
|
||||
|
@ -7,6 +7,7 @@
|
||||
right: 0;
|
||||
left: 0;
|
||||
align-items: center;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.actions {
|
||||
|
Loading…
Reference in New Issue
Block a user