mirror of
https://github.com/go-i2p/go-i2pbrowser.git
synced 2025-06-17 14:38:08 -04:00
add plugin buttons back to app container
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user