mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
implemented new image saving
This commit is contained in:
parent
720f10bdbe
commit
08f79ece60
9 changed files with 198 additions and 128 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue