Style fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user