add picture comment on lightbox fullscreen

This commit is contained in:
2021-11-07 11:00:24 +01:00
parent 95914ab471
commit 28ae822c96
7 changed files with 59 additions and 32 deletions

View File

@@ -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;
}
}