Guerra24 / Firefox-UWP-Style

Sun Valley + MDL2 Theme for Firefox
MIT License
399 stars 9 forks source link

Speaker icon overlaps website icon #45

Closed ghost closed 2 years ago

ghost commented 2 years ago

image The picture describes it all.

Guerra24 commented 2 years ago

This is intended since the icon was moved to the left side and I wanted to keep the speaker visible all the time and placing it right above the favicon was the best option.

ghost commented 2 years ago

But it looks kind of odd. Could you move it to the side of the favicon?

Guerra24 commented 2 years ago

Sorry but no. You can add this code into customChrome.css if you want it like that.

.tab-icon-stack[soundplaying="true"] {
    margin-right: 20px !important;
}
.tab-icon-overlay {
    left: 21px !important;
    top: 0px !important;
}
ghost commented 2 years ago

Okay, thanks!