]> cat aescling's git repositories - mastodon.git/commitdiff
Fix left border of profile navigation tab
authorThibaut Girka <thib@sitedethib.com>
Thu, 28 Mar 2019 16:19:34 +0000 (17:19 +0100)
committerThibG <thib@sitedethib.com>
Thu, 28 Mar 2019 18:56:40 +0000 (19:56 +0100)
app/javascript/flavours/glitch/styles/components/accounts.scss

index 2b9fecd94ae73235c71016c8f1df2c41168a4a91..395ac36d699871a5a108ca274dc8944568dcf3e5 100644 (file)
   display: flex;
 }
 
-.account__action-bar-dropdown {
-  padding: 10px;
-
-  .dropdown--active {
-    .dropdown__content.dropdown__right {
-      left: 6px;
-      right: initial;
-    }
-
-    &::after {
-      bottom: initial;
-      margin-left: 11px;
-      margin-top: -7px;
-      right: initial;
-    }
-  }
-}
-
 .account__action-bar-links {
   display: flex;
   flex: 1 1 auto;
   padding: 10px 0;
   border-bottom: 4px solid transparent;
 
+  &:first-child {
+    border-left: 0;
+  }
+
   &.active {
     border-bottom: 4px solid $ui-highlight-color;
   }