diff --git a/changed/browser/themes/windows/browser.css b/changed/browser/themes/windows/browser.css index 1dbcfd0322..629013df88 100644 --- a/changed/browser/themes/windows/browser.css +++ b/changed/browser/themes/windows/browser.css @@ -9,7 +9,8 @@ @namespace html url("http://www.w3.org/1999/xhtml"); /* datcord stuff. remove unwanted ui like tabs and url bar and webrtc indicator */ - #navigator-toolbox #TabsToolbar .browser-toolbar { visibility: collapse !important; } + #navigator-toolbox #TabsToolbar { visibility: collapse !important; } + #navigator-toolbox .browser-toolbar { height: 0px !important; min-height: 0px !important; } :root { --toolbar-non-lwt-bgcolor: -moz-dialog;