X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account.component.scss;h=a5bb499b42cb52fbe1d034ee1a3aabcce10ba3c1;hb=ec489ce2f74570f94dffb62266f4ed6f18621b3e;hp=4f111efdf76bb326526a93a8bb9d95004dfa844c;hpb=ddb83e49ece4e76df1af98aeea30c1d8d133f48c;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 4f111efdf..a5bb499b4 100644 --- a/client/src/app/+my-account/my-account.component.scss +++ b/client/src/app/+my-account/my-account.component.scss @@ -1,3 +1,13 @@ +@import '_variables'; +@import '_mixins'; + .row { flex-direction: column; + width: 100%; + + & > my-top-menu-dropdown:nth-child(1) { + flex-grow: 1; + } + + @include sub-menu-h1; }