]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/menu/top-menu-dropdown.component.scss
Improve comment deletion message
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / menu / top-menu-dropdown.component.scss
1 .parent-entry {
2 span[role=button] {
3 cursor: pointer;
4 }
5
6 a {
7 display: block;
8 }
9 }
10
11 /deep/ .dropdown-toggle::after {
12 position: relative;
13 top: 2px;
14 }
15
16 /deep/ .dropdown-menu {
17 margin-top: 0 !important;
18 }