mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +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;
|
||||
}
|
||||
|
||||
#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;
|
||||
|
||||
Reference in New Issue
Block a user