]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/app/+my-account/my-account.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.component.scss
... / ...
CommitLineData
1@use '_variables' as *;
2@use '_mixins' as *;
3
4.root {
5 @include sub-menu-h1;
6
7 flex-direction: column;
8 width: 100%;
9
10 > my-top-menu-dropdown:nth-child(1) {
11 flex-grow: 1;
12 }
13}