stream_settings_overlay: Fix padding for right section headings.

At some point we must have made a change that caused the "create
stream" and "#stream name" headings to take up more vertical space,
resulting in the dividing line for the headings of the right side of
the subscription overlay to be miss-aligned with the same for the left
side. For the "create stream" panel, it also caused the scroll bar and
some content to be visible through the partially transparent bottom
section in night mode.

In this commit we reduce the padding for those headings so that things
don't look broken anymore.
This commit is contained in:
YashRE42 2021-11-11 19:57:20 +05:30 committed by Tim Abbott
parent b0be6a0f92
commit 3a06025e5a
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@
}
.display-type {
padding: 6px;
padding: 2px;
text-align: center;
font-weight: 600;
border-bottom: 1px solid hsl(0, 0%, 87%);