]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account.component.scss
Fix margins/widths with top-menu and main-col on small screens
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.component.scss
index 6243c6dcfe21806368e4b98c579445d0c016bdfc..d452a2b213e555a2668937ad0d6b3723d96bddb9 100644 (file)
@@ -1,14 +1,10 @@
-.my-library, .misc {
-  span[role=button] {
-    cursor: pointer;
-  }
 
-  a {
-    display: block;
+
+.row {
+  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