Skip to content

Commit 61444bf

Browse files
committed
Fix Firefox UI
Fix #550
1 parent 7b661f1 commit 61444bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/webui.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5461,8 +5461,10 @@ static bool _webui_browser_create_new_profile(_webui_window_t* win, size_t brows
54615461
if (file == NULL)
54625462
return false;
54635463
fputs(
5464-
"#navigator-toolbox{opacity:0 !important;height:0px !important;max-height:0px !important;"
5465-
"width:0px !important;max-width:0px !important;}"
5464+
"#navigator-toolbox,#TabsToolbar,#nav-bar,#PersonalToolbar,#sidebar-box{"
5465+
"visibility:collapse!important;height:0!important;margin:0!important;padding:0!important;}"
5466+
"#titlebar{visibility:visible!important;display:flex!important;}#browser{"
5467+
"margin-top:0!important;padding-top:0!important;}"
54665468
, file);
54675469
fclose(file);
54685470
}

0 commit comments

Comments
 (0)