]> cat aescling's git repositories - mastodon.git/commitdiff
Fix regression from #6199: Make entire column header clickable (#6334)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 23 Jan 2018 04:06:29 +0000 (05:06 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2018 04:06:29 +0000 (05:06 +0100)
app/javascript/styles/mastodon/components.scss

index 55cb40c320d0b9fc643a0ecc5e9a743b5f1f6fb3..bfca34f4d1cf418445c8350b88471997b4e0758d 100644 (file)
 
 .column-header {
   display: flex;
-  padding: 15px;
   font-size: 16px;
   background: lighten($ui-base-color, 4%);
   flex: 0 0 auto;
     flex: auto;
     margin: 0;
     border: none;
-    padding: 0;
+    padding: 15px;
     color: inherit;
     background: transparent;
     font: inherit;
 .column-header__buttons {
   height: 48px;
   display: flex;
-  margin: -15px;
   margin-left: 0;
 }