add picture comment on lightbox fullscreen

This commit is contained in:
2021-11-07 11:00:24 +01:00
parent 3e981ae634
commit af901f3c77
7 changed files with 59 additions and 32 deletions

View File

@@ -41,6 +41,12 @@
-webkit-filter: drop-shadow(1px 0px 0px rgba(0, 0, 0, $opacity));
}
@mixin no-text-overflow() {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
@keyframes spotlogo {
0% {
transform: scale(1);