Skip to content

Commit

Permalink
Fix inconsistent radius in drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
thislight committed Apr 4, 2023
1 parent 77bd32a commit 702dbf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/javascript/styles/mastodon/components.scss
Expand Up @@ -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;
Expand Down Expand Up @@ -7046,6 +7048,7 @@ noscript {

.drawer__pager {
height: 50vh;
border-radius: 4px;
}

.drawer__inner {
Expand Down

0 comments on commit 702dbf0

Please sign in to comment.