mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-29 14:53:12 +00:00
Setting time to viwers local
Fixing image sizes Dont allow HTML in Description
This commit is contained in:
parent
b5375414bc
commit
d548f967c5
4 changed files with 25 additions and 8 deletions
|
@ -300,6 +300,7 @@ nav .btn {
|
|||
width: 100%;
|
||||
max-height: 50vh;
|
||||
height: auto;
|
||||
min-height: 30vh;
|
||||
display: flex;
|
||||
background-color: rgba(21, 21, 21, 0.7333333333);
|
||||
-webkit-backdrop-filter: blur(8px);
|
||||
|
@ -314,7 +315,7 @@ nav .btn {
|
|||
}
|
||||
}
|
||||
.image {
|
||||
margin: 0 auto;
|
||||
margin: auto;
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
max-height: inherit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue