mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
css: Reorder subscriptions.scss to group sub-info-box *.
This commit is contained in:
@@ -658,11 +658,6 @@ form#add_new_subscription {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stream-row .sub-info-box .top-bar > div {
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.stream-row .sub-info-box .top-bar .stream-name,
|
.stream-row .sub-info-box .top-bar .stream-name,
|
||||||
.stream-row .sub-info-box .bottom-bar .description {
|
.stream-row .sub-info-box .bottom-bar .description {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@@ -670,10 +665,6 @@ form#add_new_subscription {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stream-row .sub-info-box .top-bar .stream-name {
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
|
|
||||||
.stream-row .sub-info-box .top-bar .subscriber-count,
|
.stream-row .sub-info-box .top-bar .subscriber-count,
|
||||||
.stream-row .sub-info-box .bottom-bar .stream-message-count {
|
.stream-row .sub-info-box .bottom-bar .stream-message-count {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@@ -686,9 +677,13 @@ form#add_new_subscription {
|
|||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stream-row .sub-info-box .bottom-bar > div {
|
.stream-row .sub-info-box .top-bar > div {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: bottom;
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stream-row .sub-info-box .top-bar .stream-name {
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stream-row .sub-info-box .bottom-bar {
|
.stream-row .sub-info-box .bottom-bar {
|
||||||
@@ -696,6 +691,11 @@ form#add_new_subscription {
|
|||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.stream-row .sub-info-box .bottom-bar > div {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
|
||||||
.stream-row.active {
|
.stream-row.active {
|
||||||
background-color: hsl(0, 0%, 93%);
|
background-color: hsl(0, 0%, 93%);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user