]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/follows/follows.component.scss
Fix error when creating a fresh database
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / follows.component.scss
1 .follows-menu {
2 margin-top: 20px;
3 }
4
5 tabset /deep/ {
6 .nav-link {
7 padding: 0;
8 }
9
10 .tab-link {
11 display: block;
12 text-align: center;
13 height: 40px;
14 width: 120px;
15 line-height: 40px;
16
17 &:hover, &:active, &:focus {
18 text-decoration: none !important;
19 }
20 }
21 }