Fix regression from #6199: Make entire column header clickable (#6334)

master
Eugen Rochko 6 years ago committed by GitHub
parent 613e7c7521
commit 69f13e7bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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;
}

Loading…
Cancel
Save