mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added so that clicking video in frontpage moves user to the channel
This commit is contained in:
@@ -83,13 +83,18 @@
|
||||
position: fixed;
|
||||
bottom: 175px;
|
||||
right: 20px;
|
||||
z-index: 11;
|
||||
z-index: 101;
|
||||
font-size: 18px;
|
||||
color: white;
|
||||
text-shadow: 0px 0px 2px black;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
#player_bottom_overlay{
|
||||
z-index: 100;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.frontpage_modified_heights{
|
||||
height: 0px !important;
|
||||
margin-bottom:0px !important;
|
||||
|
||||
Reference in New Issue
Block a user