mirror of https://github.com/Chocobozzz/PeerTube
Client: click on PeerTube title routes to videos list
parent
1e128cdbb9
commit
798442f665
|
@ -2,7 +2,9 @@
|
|||
|
||||
<header class="row">
|
||||
<div class="col-md-2">
|
||||
<h4>PeerTube</h4>
|
||||
<h4 id="peertube-title">
|
||||
<a [routerLink]="['/videos/list']">PeerTube</a>
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
<div class="col-md-9">
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
#peertube-title a {
|
||||
color: inherit !important;
|
||||
|
||||
&:hover {
|
||||
color: inherit !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
header div {
|
||||
line-height: 25px;
|
||||
margin-bottom: 30px;
|
||||
|
|
Loading…
Reference in New Issue