mirror of https://github.com/zulip/zulip.git
css: Reorder lightbox.scss so `.image-descriptio` are in same place.
This commit is contained in:
parent
8ab4d38b6e
commit
a64aac4299
|
@ -176,6 +176,17 @@
|
||||||
text-overflow: ellipsis;
|
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 {
|
#lightbox_overlay .image-description .user::before {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
content: "\2014";
|
content: "\2014";
|
||||||
|
@ -196,17 +207,6 @@
|
||||||
margin: auto;
|
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 {
|
#lightbox_overlay .center .arrow {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
Loading…
Reference in New Issue