Fix for logo on Firefox
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -16,6 +16,7 @@ body,
|
|||||||
cursor: url("../assets/cursors/normal.webp"), default !important;
|
cursor: url("../assets/cursors/normal.webp"), default !important;
|
||||||
}
|
}
|
||||||
a,
|
a,
|
||||||
|
#logo,
|
||||||
#hotbar .macro,
|
#hotbar .macro,
|
||||||
#playlists-popout .global-volume::-webkit-slider-thumb,
|
#playlists-popout .global-volume::-webkit-slider-thumb,
|
||||||
#sidebar #playlists .global-volume::-webkit-slider-thumb,
|
#sidebar #playlists .global-volume::-webkit-slider-thumb,
|
||||||
|
|||||||
@@ -405,10 +405,7 @@ button {
|
|||||||
height: 80px;
|
height: 80px;
|
||||||
width: 88px;
|
width: 88px;
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
opacity: 0.5;
|
opacity: 0;
|
||||||
&:hover {
|
|
||||||
opacity: 0.75;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// navigation
|
// navigation
|
||||||
@@ -420,7 +417,9 @@ button {
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
width: 88px;
|
width: 88px;
|
||||||
opacity: 0.5;
|
opacity: 0.65;
|
||||||
|
position: absolute;
|
||||||
|
left: -6.45rem;
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 0.75;
|
opacity: 0.75;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user