subscriptions: Keep individual tabs in the same row.

Fixes #30675
This commit is contained in:
Aman Agrawal 2024-07-14 16:49:58 +00:00 committed by Tim Abbott
parent b91b643448
commit 6fa1c2d3bf
1 changed files with 11 additions and 0 deletions

View File

@ -379,10 +379,16 @@ h4.user_group_setting_subsection_title {
border-right: 1px solid hsl(0deg 0% 87%);
.list-toggler-container {
align-items: center;
padding: 6px 8px;
border-bottom: 1px solid hsl(0deg 0% 87%);
display: flex;
justify-content: space-between;
#add_new_subscription {
position: relative;
top: -2px;
}
}
}
@ -698,6 +704,11 @@ h4.user_group_setting_subsection_title {
#groups_overlay,
#subscription_overlay {
.tab-switcher {
display: flex;
flex-wrap: nowrap;
}
#user-group-creation,
#stream-creation {
overflow: auto;