Claire
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
app/javascript/styles/mastodon/components.scss
|
|
@ -2217,6 +2217,7 @@ $ui-header-height: 55px; |
|
|
|
z-index: 2; |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
&__logo { |
|
|
|
display: inline-flex; |
|
|
@ -2233,10 +2234,15 @@ $ui-header-height: 55px; |
|
|
|
align-items: center; |
|
|
|
gap: 10px; |
|
|
|
padding: 0 10px; |
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
.button { |
|
|
|
flex: 0 0 auto; |
|
|
|
} |
|
|
|
|
|
|
|
.button-tertiary { |
|
|
|
flex-shrink: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|