X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account.component.scss;h=1ec25315a7f244abf48a0546274e03b53229bfe3;hb=28dca0a2211524bbf3ad17666c607eb6325763b8;hp=fd47aec860ac9d57bbec14925c25f8dd1e6eeb5d;hpb=165ee2929bc76fc7f9985ae81cc33736820c7865;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 fd47aec86..1ec25315a 100644 --- a/client/src/app/+my-account/my-account.component.scss +++ b/client/src/app/+my-account/my-account.component.scss @@ -1,8 +1,13 @@ +@use '_variables' as *; +@use '_mixins' as *; + .row { + @include sub-menu-h1; + flex-direction: column; width: 100%; - & > my-top-menu-dropdown:nth-child(1) { + > my-top-menu-dropdown:nth-child(1) { flex-grow: 1; } }