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 {
|
||||
position: fixed;
|
||||
z-index: 2;
|
||||
z-index: 6;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin-left: -375px;
|
||||
|
@ -167,6 +167,7 @@ h1.artist > span > span.play {
|
|||
|
||||
.corner-fix {
|
||||
position: fixed;
|
||||
z-index: 4;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
background-color: #000;
|
||||
|
|
|
@ -7,6 +7,7 @@ audio {
|
|||
}
|
||||
#player {
|
||||
position: fixed;
|
||||
z-index: 5;
|
||||
width: 750px;
|
||||
height: 50px;
|
||||
left: 50%;
|
||||
|
@ -156,6 +157,7 @@ audio {
|
|||
}
|
||||
#playlist {
|
||||
position: fixed;
|
||||
z-index: 5;
|
||||
top: 75px;
|
||||
left: 50%;
|
||||
width: 734px;
|
||||
|
|
Loading…
Reference in New Issue