AlexTorresDev / custom-electron-titlebar

Custom electon title bar inpire on VS Code title bar
MIT License
870 stars 149 forks source link

CSS Classes not working #120

Closed bhupesh7387 closed 2 years ago

bhupesh7387 commented 3 years ago

The css classes like(.titlebar, .window-title) not working.

timlg07 commented 3 years ago

Can you give an example or explain more? They are working fine for me.

migmac99 commented 3 years ago

mabye add !important after each css parameter you change

ie:

.titlebar {
    width: 50px !important;
}