css: Reorder lightbox.scss so `.image-descriptio` are in same place.

This commit is contained in:
Vaibhav 2019-06-10 11:16:59 +05:30 committed by Tim Abbott
parent 8ab4d38b6e
commit a64aac4299
1 changed files with 11 additions and 11 deletions

View File

@ -176,6 +176,17 @@
text-overflow: ellipsis;
}
#lightbox_overlay .image-description .user {
max-width: 200px;
display: inline-block;
vertical-align: top;
font-weight: 300;
line-height: normal;
text-overflow: ellipsis;
overflow: hidden;
white-space: pre;
}
#lightbox_overlay .image-description .user::before {
margin-right: 5px;
content: "\2014";
@ -196,17 +207,6 @@
margin: auto;
}
#lightbox_overlay .image-description .user {
max-width: 200px;
display: inline-block;
vertical-align: top;
font-weight: 300;
line-height: normal;
text-overflow: ellipsis;
overflow: hidden;
white-space: pre;
}
#lightbox_overlay .center .arrow {
display: inline-block;
vertical-align: top;