add picture comment on lightbox fullscreen
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user