mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
stream settings: Fix buggy background color in narrow windows.
For some reason, the CSS declared a different background color for this element only with a narrow window media CSS query. Change this color to the default background for the rest of this modal. Fixes #22991.
This commit is contained in:
@@ -1097,7 +1097,7 @@ h4.user_group_setting_subsection_title {
|
||||
left: 101%;
|
||||
|
||||
top: 45px;
|
||||
background-color: hsl(0, 0%, 100%);
|
||||
background-color: hsl(0, 0%, 98%);
|
||||
border-top: none;
|
||||
|
||||
transition: all 0.3s ease;
|
||||
|
||||
Reference in New Issue
Block a user