Eugen Rochko
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
app/javascript/styles/mastodon/components.scss
|
|
@ -2393,7 +2393,6 @@ |
|
|
|
|
|
|
|
.column-header { |
|
|
|
display: flex; |
|
|
|
padding: 15px; |
|
|
|
font-size: 16px; |
|
|
|
background: lighten($ui-base-color, 4%); |
|
|
|
flex: 0 0 auto; |
|
|
@ -2408,7 +2407,7 @@ |
|
|
|
flex: auto; |
|
|
|
margin: 0; |
|
|
|
border: none; |
|
|
|
padding: 0; |
|
|
|
padding: 15px; |
|
|
|
color: inherit; |
|
|
|
background: transparent; |
|
|
|
font: inherit; |
|
|
@ -2433,7 +2432,6 @@ |
|
|
|
.column-header__buttons { |
|
|
|
height: 48px; |
|
|
|
display: flex; |
|
|
|
margin: -15px; |
|
|
|
margin-left: 0; |
|
|
|
} |
|
|
|
|
|
|
|