]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - 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
1 @import '_variables';
2 @import '_mixins';
3
4 .row {
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 }