Fix inconsistent radius in drawer (#24407)

This commit is contained in:
Rubicon Rowe 2023-04-04 17:41:05 +08:00 committed by GitHub
parent a8cd1b1238
commit fa98363a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2963,6 +2963,8 @@ $ui-header-height: 55px;
margin-bottom: 10px;
display: flex;
flex-direction: row;
border-radius: 4px;
overflow: hidden;
a {
transition: background 100ms ease-in;
@ -7046,6 +7048,7 @@ noscript {
.drawer__pager {
height: 50vh;
border-radius: 4px;
}
.drawer__inner {