]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/admin.component.scss
Add new anchors in my-settings and handle offset sub-menu height (#3032)
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / admin.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 my-top-menu-dropdown {
5 flex-grow: 1;
6 }
7
8 @include sub-menu-h1;
9
10 ::ng-deep .anchor {
11 top: #{-($header-height + $sub-menu-height + 20px)}; // offsetTop scrollToAnchor
12 }