mirror of https://github.com/zulip/zulip.git
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:
parent
b0be6a0f92
commit
3a06025e5a
|
@ -510,7 +510,7 @@
|
|||
}
|
||||
|
||||
.display-type {
|
||||
padding: 6px;
|
||||
padding: 2px;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
border-bottom: 1px solid hsl(0, 0%, 87%);
|
||||
|
|
Loading…
Reference in New Issue