Guerra24/Firefox-UWP-Style

Speaker icon overlaps website icon

Hidetoshi6721 opened this issue · 4 comments

image
The picture describes it all.

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.

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

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;
}

Okay, thanks!