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:
Taiki
2022-09-27 03:41:59 +09:00
committed by GitHub
parent 9198fe4fac
commit 4ba9853481

View File

@@ -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;