Skip to content

Commit

Permalink
Update cascade-responsive-windows-fix.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kntjspr authored Aug 27, 2023
1 parent 2f70e86 commit fb66f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/includes/cascade-responsive-windows-fix.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@media (min-width: 1000px) {

#nav-bar { margin: calc((var(--urlbar-min-height) * -1) - 12px) calc(100vw - var(--uc-urlbar-min-width)) 0 0 !important; }
#nav-bar { margin: calc((var(--urlbar-min-height) * -1) + 9px) calc(100vw - var(--uc-urlbar-min-width)) 0 0 !important; }
#titlebar { margin-inline-start: var(--uc-urlbar-min-width) !important; }

#navigator-toolbox:focus-within #nav-bar { margin: calc((var(--urlbar-min-height) * -1) - 12px) calc(100vw - var(--uc-urlbar-max-width)) 0 0 !important; }
#navigator-toolbox:focus-within #nav-bar { margin: calc((var(--urlbar-min-height) * -1) + 9px) calc(100vw - var(--uc-urlbar-max-width)) 0 0 !important; }
#navigator-toolbox:focus-within #titlebar { margin-inline-start: var(--uc-urlbar-max-width) !important; }

}

0 comments on commit fb66f4c

Please sign in to comment.