]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/app.component.scss
Client: add video not found message if the video... is not found
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
1 #peertube-title a {
2 color: inherit !important;
3
4 &:hover {
5 color: inherit !important;
6 text-decoration: none !important;
7 }
8 }
9
10 header div {
11 line-height: 25px;
12 margin-bottom: 30px;
13 }
14
15 .router-outlet-container {
16 @media screen and (max-width: 400px) {
17 padding: 0 3px 0 3px;
18 }
19 }
20
21 [hidden] {
22 display: none !important;
23 }