]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account.component.scss
Add AccountAvatarComponent (#3965)
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.component.scss
CommitLineData
ed5bb517
K
1@import '_variables';
2@import '_mixins';
3
ddb83e49
C
4.row {
5 flex-direction: column;
c4741804
RK
6 width: 100%;
7
8 & > my-top-menu-dropdown:nth-child(1) {
9 flex-grow: 1;
10 }
ed5bb517
K
11
12 @include sub-menu-h1;
4c8e4e04 13}