moved logo to prefectly superpose with player timeline

This commit is contained in:
2018-04-18 00:10:37 +02:00
parent 452f41108b
commit e31f0c34a7
2 changed files with 2780 additions and 3 deletions
File diff suppressed because one or more lines are too long
@@ -75,8 +75,9 @@ header[role="banner"]{
margin:0; display: inline-block;
a.site-name{
display: block;
$w:290px;
$w:260px;
width:$w; height:$w * 0.22;
margin-top: 0.15em;
background-image: url(../img/logo.svg);
background-color: white;
background-repeat:no-repeat;
@@ -496,6 +497,7 @@ main[role="main"]{
#audio-player{
position: absolute;
top:0; left:0;
padding-left:1.2em;
background-color: white;
height:100%; min-width:300px;
z-index: 20;
@@ -526,7 +528,7 @@ main[role="main"]{
width:70px; height:1px;
background-color: #000;
overflow: visible;
transform: rotateZ(-45deg);
transform: rotateZ(-46deg);
.loader{
width:0; height:100%;
background-color: red;