Update CSS

This commit is contained in:
Nono 2025-12-19 12:28:01 +01:00
parent 9b307813d6
commit 8cd02cdb76
4 changed files with 110 additions and 189 deletions

View file

@ -1,8 +1,8 @@
main img.draggable {
max-width: 150px;
max-height: 150px;
max-width: 200px;
max-height: 200px;
position: absolute;
}
@ -12,7 +12,7 @@ main img.draggable {
position: relative;
width: fit-content;
user-select: none;
z-index: 1;
z-index: 10;
filter: drop-shadow(5px 3px 2px #000000b7);
}