mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
banners: Update banner layout.
This is follow-up commit for d00b4cb0bd,
which updates the padding of the banner label and banner close button
to accommodate the previous font size change.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
.banner-label {
|
||||
grid-area: banner-label;
|
||||
padding: 0.3333em 0 0.2667em;
|
||||
padding: 0.3376em 0 0.271em;
|
||||
line-height: 1.2667;
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
.banner-close-button {
|
||||
display: flex;
|
||||
grid-area: banner-close-button;
|
||||
padding: 0.6875em;
|
||||
padding: 0.75em; /* 12px at 16px/1em */
|
||||
margin-left: 0.3125em; /* 5px at 16px/1em */
|
||||
|
||||
&:focus-visible {
|
||||
|
||||
Reference in New Issue
Block a user