You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@BedBug2479 Hey, I really appreciate your suggestion. I'll review the code and test it as well, since Bloom used to have transparent window controls in its early stages. However, we had to remove them due to issues arising after Spotify updates and to prevent user confusion. Since this involves a revival, we must approach it with great consideration. i hope you understand!
Provide a description of the new feature
Enable transparent window controls background may be by adding the below CSS to the theme
body::after {
content: "";
position: absolute;
right: 0;
z-index: 999;
backdrop-filter: brightness(2.12);
/* page zoom [ctrl][+] or [ctrl][-]
edit width and height accordingly
69% = 194px 45px
76% = 177px 40.5px
83% = 162px 37.5px
91% = 148px 34px
100% = 135px 31px (default)
110% = 123px 28.5px
*/
width: 135px;
height: 40px;
}
Additional Information
Feature request
The text was updated successfully, but these errors were encountered: