mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated embedfile, removed unecessary font and fixed error where zöff name doesn't show up in header
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Embedded Zöff</title>
|
||||
<meta name="author" content="Nicolas 'Nixo' Almagro Tonne & Kasper 'KasperRT' Rynning-Tønnesen"/>
|
||||
<meta name="description" content="The Shared (free) YouTube radio. Being built around the YouTube search and video API it enables the creation of collaborative and shared live playlists, with billions of videos and songs to choose from, all for free and without registration. Enjoy!"/>
|
||||
<meta charset="UTF-8"/>
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<a class="modal-trigger waves-effect blue-grey darken-2 btn help-button-footer hide-on-small-only" id="embed-button" title="Want to embed this channel?" onclick="$('#embed').openModal()">
|
||||
<i class="material-icons left footer-button-icon">code</i>EMBED
|
||||
<i class="mdi-image-navigate-before left footer-button-icon left-embed"></i><i class="mdi-image-navigate-next left footer-button-icon right-embed"></i>EMBED
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
<meta property="og:type" content="website"/>
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.min.css">
|
||||
<link tyle="text/css" rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
||||
<link type="text/css" rel="stylesheet" href="/static/css/materialize.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/static/css/style.css" title="Default" />
|
||||
<link rel="icon" id="favicon" type="image/png" href="/static/images/favicon.png"/>
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
<ul class="collapsible collapsible-accordion">
|
||||
<li>
|
||||
<a class="collapsible-header bold waves-effect">Remote Control
|
||||
<i class="material-icons">settings_remote</i>
|
||||
<i class="mdi-action-settings-remote"></i>
|
||||
</a>
|
||||
<div class="collapsible-body">
|
||||
<ul>
|
||||
@@ -204,7 +204,7 @@
|
||||
<ul class="collapsible collapsible-accordion">
|
||||
<li>
|
||||
<a class="collapsible-header bold waves-effect import-a">Remote Controller
|
||||
<i class="material-icons">settings_remote</i>
|
||||
<i class="mdi-action-settings-remote"></i>
|
||||
</a>
|
||||
<div class="collapsible-body">
|
||||
<ul id="remote-mobile-container">
|
||||
|
||||
@@ -168,6 +168,16 @@ footer{
|
||||
margin-top:0px !important;
|
||||
}
|
||||
|
||||
.left-embed{
|
||||
margin-left: -9px !important;
|
||||
margin-right: 1px !important;
|
||||
}
|
||||
|
||||
.right-embed{
|
||||
margin-right: 3px !important;
|
||||
margin-left: -17px !important;
|
||||
}
|
||||
|
||||
/* global colors */
|
||||
|
||||
.modal-header-fixed{
|
||||
@@ -770,6 +780,10 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
.toast {
|
||||
float: left;
|
||||
}
|
||||
|
||||
nav .zbrand {
|
||||
left:0px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@@ -1616,6 +1630,7 @@ nav ul li:hover, nav ul li.active {
|
||||
}
|
||||
nav .zbrand {
|
||||
display: inline-block;
|
||||
left:100px;
|
||||
}
|
||||
.title-container{
|
||||
position: initial;
|
||||
|
||||
Reference in New Issue
Block a user