mirror of
https://github.com/pinry/pinry.git
synced 2026-05-07 00:07:36 +02:00
Fix: Should display by default / fix image src property
This commit is contained in:
committed by
Isaac Bythewood
parent
a4ecb0c66f
commit
d6e63c19c3
@@ -1,6 +1,5 @@
|
||||
.lightbox-background {
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
display: none;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
@@ -23,7 +22,6 @@
|
||||
|
||||
.lightbox-wrapper img {
|
||||
max-width: 600px;
|
||||
display: none;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
-moz-border-radius-topright: 3px;
|
||||
|
||||
Reference in New Issue
Block a user