]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account.component.scss
Improve navigation sub-menu and tabs effects (#2971)
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.component.scss
index 6243c6dcfe21806368e4b98c579445d0c016bdfc..a5bb499b42cb52fbe1d034ee1a3aabcce10ba3c1 100644 (file)
@@ -1,14 +1,13 @@
-.my-library, .misc {
-  span[role=button] {
-    cursor: pointer;
-  }
+@import '_variables';
+@import '_mixins';
+
+.row {
+  flex-direction: column;
+  width: 100%;
 
-  a {
-    display: block;
+  & > my-top-menu-dropdown:nth-child(1) {
+    flex-grow: 1;
   }
-}
 
-/deep/ .dropdown-toggle::after {
-  position: relative;
-  top: 2px;
-}
\ No newline at end of file
+  @include sub-menu-h1;
+}