]> cat aescling's git repositories - mastodon.git/commitdiff
Fix column-back-button style for some browsers (#4484)
authorunarist <m.unarist@gmail.com>
Wed, 2 Aug 2017 11:09:37 +0000 (20:09 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 2 Aug 2017 11:09:37 +0000 (13:09 +0200)
Use `text-align: unset` instead of `text-align: start` which Edge doesn't support for now.

Also remove default margin on Safari.

app/javascript/styles/components.scss

index 34e4b2e72d0235f94172d57c122c96f3681f2fe3..9174f51124b4931267eccb6c14341a2a8944f7f8 100644 (file)
   flex: 0 0 auto;
   font-size: 16px;
   border: 0;
-  text-align: start;
+  text-align: unset;
   padding: 15px;
+  margin: 0;
   z-index: 3;
 
   &:hover {