css: Reorder subscriptions.scss to group sub-info-box *.

This commit is contained in:
Vaibhav
2019-07-10 21:17:48 +05:30
committed by Tim Abbott
parent 218c60ae86
commit b5bd0fd4f4

View File

@@ -658,11 +658,6 @@ form#add_new_subscription {
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 .bottom-bar .description {
white-space: nowrap;
@@ -670,10 +665,6 @@ form#add_new_subscription {
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 .bottom-bar .stream-message-count {
white-space: nowrap;
@@ -686,9 +677,13 @@ form#add_new_subscription {
margin-right: 5px;
}
.stream-row .sub-info-box .bottom-bar > div {
.stream-row .sub-info-box .top-bar > div {
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 {
@@ -696,6 +691,11 @@ form#add_new_subscription {
line-height: 1.5;
}
.stream-row .sub-info-box .bottom-bar > div {
display: inline-block;
vertical-align: bottom;
}
.stream-row.active {
background-color: hsl(0, 0%, 93%);
}