mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-06-24 14:40:42 -04:00
if the uploaded file is an image mime type, display it
This commit is contained in:
parent
50075ea948
commit
39e865ca64
6 changed files with 35 additions and 6 deletions
|
@ -32,6 +32,11 @@ body.navbar-spacing {
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
#image img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#deletelink {
|
||||
float: right;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue