X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account.component.scss;h=a5bb499b42cb52fbe1d034ee1a3aabcce10ba3c1;hb=ec489ce2f74570f94dffb62266f4ed6f18621b3e;hp=6243c6dcfe21806368e4b98c579445d0c016bdfc;hpb=bb5d90e62f631af3c899fbe586485e64938a5927;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account.component.scss b/client/src/app/+my-account/my-account.component.scss index 6243c6dcf..a5bb499b4 100644 --- a/client/src/app/+my-account/my-account.component.scss +++ b/client/src/app/+my-account/my-account.component.scss @@ -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; +}