implemented new image saving

This commit is contained in:
pandadev 2024-07-18 14:57:29 +02:00
parent 720f10bdbe
commit 08f79ece60
No known key found for this signature in database
GPG key ID: C39629DACB8E762F
9 changed files with 198 additions and 128 deletions

View file

@ -132,12 +132,12 @@ body,
width: 20px;
}
.favicon-image{
.favicon-image {
width: 20px;
height: 20px;
}
.file{
.file {
margin-inline: 2px;
}
}
@ -168,7 +168,10 @@ body,
}
.image {
width: 100%;
max-width: 100%;
max-height: 100%;
object-fit: contain;
object-position: top left;
}
}