]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-library/my-library.component.scss
Merge remote-tracking branch 'weblate/develop' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / my-library.component.scss
CommitLineData
17119e4a
C
1@import '_variables';
2@import '_mixins';
3
4.row {
931d3430
C
5 @include sub-menu-h1;
6
17119e4a
C
7 flex-direction: column;
8 width: 100%;
9
931d3430 10 > my-top-menu-dropdown:nth-child(1) {
17119e4a
C
11 flex-grow: 1;
12 }
17119e4a 13}