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

@@ -213,9 +213,7 @@ $legend-color: $post-color;
}
h1, .description {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
@include no-text-overflow();
}
.body {
padding-left: calc(1.25em*1.4 + #{$elem-spacing} );
@@ -303,9 +301,7 @@ $legend-color: $post-color;
}
#title {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
@include no-text-overflow();
line-height: $button-width;
height: $button-width;
padding: 0 $block-spacing;
@@ -491,9 +487,7 @@ $legend-color: $post-color;
display: inline-block;
cursor: default;
font-size: 0.8em;
text-overflow: ellipsis;
overflow: visible;
white-space: nowrap;
@include no-text-overflow();
padding: $elem-spacing 0px;
&.index {
@@ -790,9 +784,7 @@ $legend-color: $post-color;
cursor: pointer;
& > div {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
@include no-text-overflow();
}
}