X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account.component.scss;h=6275b7ac2b15f4a6a4ad8b2d2087633b49aea00a;hb=33cb0f7daf5703cac1f50d2007404bc8bc24e68b;hp=20b2639b5c3fdc4c40f0a73d7248f6e11b565adc;hpb=4c8e4e04d1b3f0f207e9155df393ceeb23dc2172;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 20b2639b5..6275b7ac2 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 { - span[role=button] { - cursor: pointer; - } +@use '_variables' as *; +@use '_mixins' as *; + +.root { + @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