add plugin buttons back to app container

This commit is contained in:
idk
2022-10-06 20:12:31 -04:00
parent 0db06cb114
commit df2721a264

View File

@ -157,10 +157,15 @@ func ForceUserChromeCSS(profile string) error {
border-radius: 2px !important;
}
#urlbar-container,
#nav-bar {
#urlbar-container {
visibility: collapse !important
}
#TabsToolbar-customization-target {
min-width: 50vw;
max-width: 50vw;
width: 50vw;
}
`
if err := ioutil.WriteFile(profile, []byte(userChrome), 0644); err != nil {
return err