mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
css: Reorder subscriptions.scss so .subscriber-list are in same place.
This commit is contained in:
@@ -287,13 +287,6 @@ form#add_new_subscription {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.hide-subscriber-list {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
color: hsl(0, 0%, 67%);
|
||||
}
|
||||
|
||||
.subscriber-list tbody:empty::after,
|
||||
.subscriber-list:empty::after {
|
||||
content: "No subscribers to this stream.";
|
||||
@@ -308,6 +301,13 @@ form#add_new_subscription {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.hide-subscriber-list {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
color: hsl(0, 0%, 67%);
|
||||
}
|
||||
|
||||
.subscriber-name,
|
||||
.subscriber-email {
|
||||
padding: 5px;
|
||||
|
||||
Reference in New Issue
Block a user