this repo has no description

improve windows support and stuff

+8 -12
+1 -1
chrome/browser/main.css
··· 35 35 --uc-content-margin-bottom: var(--uc-content-margin); 36 36 --uc-content-margin-left: var(--uc-content-margin); 37 37 38 - &:not([inDOMFullscreen="true"]) #appcontent { 38 + &:not([inDOMFullscreen="true"], [chromehidden*="toolbar"], [chromehidden*="menubar"]) #appcontent { 39 39 margin: 40 40 var(--uc-content-margin-top) 41 41 var(--uc-content-margin-right)
-1
chrome/browser/navbar.css
··· 32 32 #PanelUI-menu-button { 33 33 padding: 0 var(--toolbarbutton-outer-padding) !important; 34 34 } 35 - 36 35 #nav-bar-customization-target > :is(toolbarbutton, toolbaritem):first-child, 37 36 #nav-bar-customization-target > toolbarpaletteitem:first-child > :is(toolbarbutton, toolbaritem) { 38 37 padding-inline-start: 0px !important;
+4 -7
chrome/browser/sidebar.css
··· 8 8 #sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"]:not([hidden]) 9 9 ) { 10 10 /* adjust #appcontent margin */ 11 - &:not(:has(#sidebar-box[positionend="true"])) { 11 + &:has(#sidebar-box:not([positionend="true"])) { 12 12 --uc-content-margin-left: 0px !important; 13 13 } &:has(#sidebar-box[positionend="true"]) { 14 14 --uc-content-margin-right: 0px !important; 15 15 } 16 16 17 - &[titlepreface*="="] #sidebar-box { 18 - margin-top: var(--uc-sidebar-margin) 19 - } #sidebar-box { 17 + #sidebar-box { 20 18 min-width: var(--uc-sidebar-width) !important; 21 - margin-bottom: var(--uc-sidebar-margin); 19 + margin-block: var(--uc-content-margin-top) !important; 22 20 &[positionend="true"] { 23 21 margin-right: var(--uc-sidebar-margin); 24 22 } &:not([positionend="true"]) { ··· 40 38 border: none !important; 41 39 border-top-left-radius: var(--uc-radius) !important; 42 40 border-top-right-radius: var(--uc-radius) !important; 43 - 44 - 41 + margin-inline: none !important; 45 42 } 46 43 47 44 #sidebar-header {
+1 -1
chrome/vars.css
··· 13 13 --uc-sidebar-margin: 4px; 14 14 --uc-radius: 5px; 15 15 16 - &[uidensity=compact] { 16 + &[uidensity="compact"] { 17 17 --uc-content-margin: 8px; 18 18 --uc-sidebar-margin: 3px; 19 19 }
+2 -2
user.js
··· 26 26 // fix sidebar tab drag on linux 27 27 user_pref("widget.gtk.ignore-bogus-leave-notify", 1); 28 28 29 - // option for transparent tab bg (comment out to due issues on some websites) 30 - // user_pref("browser.tabs.allow_transparent_browser", true); 29 + // option for transparent tab bg (disabled to due issues on some websites) 30 + user_pref("browser.tabs.allow_transparent_browser", false); 31 31 32 32 // uidensity -> compact 33 33 user_pref("browser.uidensity", 1)