mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
css: Reorder lightbox.scss so .image-descriptio are in same place.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user