Fix margins/widths with top-menu and main-col on small screens
[oweals/peertube.git] / client / src / app / +my-account / my-account.component.scss
1
2
3 .row {
4   flex-direction: column;
5   width: 100%;
6
7   & > my-top-menu-dropdown:nth-child(1) {
8     flex-grow: 1;
9   }
10 }