Style fixes
This commit is contained in:
parent
cd9e0f41fa
commit
8425168638
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -135,7 +135,7 @@ h1.artist > span > span.play {
|
||||||
|
|
||||||
#nav {
|
#nav {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 2;
|
z-index: 6;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -375px;
|
margin-left: -375px;
|
||||||
|
@ -167,6 +167,7 @@ h1.artist > span > span.play {
|
||||||
|
|
||||||
.corner-fix {
|
.corner-fix {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 4;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
|
|
|
@ -7,6 +7,7 @@ audio {
|
||||||
}
|
}
|
||||||
#player {
|
#player {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 5;
|
||||||
width: 750px;
|
width: 750px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
@ -156,6 +157,7 @@ audio {
|
||||||
}
|
}
|
||||||
#playlist {
|
#playlist {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 5;
|
||||||
top: 75px;
|
top: 75px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
width: 734px;
|
width: 734px;
|
||||||
|
|
Loading…
Reference in New Issue