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;
|
||||
}
|
||||
a,
|
||||
#logo,
|
||||
#hotbar .macro,
|
||||
#playlists-popout .global-volume::-webkit-slider-thumb,
|
||||
#sidebar #playlists .global-volume::-webkit-slider-thumb,
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user