add picture comment on lightbox fullscreen
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
$panel-width: "100vw - #{$button-width} - 2 * #{$block-spacing}";
|
||||
|
||||
.desktop {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#projects {
|
||||
@@ -67,10 +67,14 @@
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.lightbox.vertical .lb-dataContainer .lb-data .lb-details .lb-caption-line.comment {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 801px) {
|
||||
.mobile {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user