settings: Move stream_sorter_toggle CSS to subscriptions stylesheet.

It's only used for subscriptions so it makes more sense for it to
live there.
This commit is contained in:
evykassirer
2025-03-19 22:00:50 -07:00
committed by Tim Abbott
parent 3539142479
commit e84c318e10
2 changed files with 4 additions and 4 deletions

View File

@@ -337,10 +337,6 @@ input::placeholder {
}
}
.stream_sorter_toggle {
margin-left: auto;
}
/* -- unified overlay design component -- */
div.overlay {
position: fixed;

View File

@@ -351,6 +351,10 @@ h4.user_group_setting_subsection_title {
height: var(--settings-overlay-subheader-height);
}
.stream_sorter_toggle {
margin-left: auto;
}
#add_new_subscription {
height: var(--settings-overlay-header-button-height);
}