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