Fix for logo on Firefox

This commit is contained in:
Mandar
2021-01-07 01:34:10 +01:00
parent edc24b64cf
commit 6428c7a81c
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -16,6 +16,7 @@ body,
cursor: url("../assets/cursors/normal.webp"), default !important;
}
a,
#logo,
#hotbar .macro,
#playlists-popout .global-volume::-webkit-slider-thumb,
#sidebar #playlists .global-volume::-webkit-slider-thumb,

View File

@@ -405,10 +405,7 @@ button {
height: 80px;
width: 88px;
margin-left: 0.5rem;
opacity: 0.5;
&:hover {
opacity: 0.75;
}
opacity: 0;
}
// navigation
@@ -420,7 +417,9 @@ button {
background-size: cover;
height: 80px;
width: 88px;
opacity: 0.5;
opacity: 0.65;
position: absolute;
left: -6.45rem;
&:hover {
opacity: 0.75;
}