Skip to content

Commit

Permalink
[FB] PWA | Make work on proton design
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Nov 7, 2023
1 parent f094d88 commit 9a4277b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion browser/components/ssb/windowUtils/browser-ssb-support.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

#urlbar-container {
max-width: 400px;
max-width: 300px;
margin-right: auto;
border-right: 0.1px solid var(--toolbarbutton-border-color) !important;
padding-right: 5px;
Expand All @@ -43,3 +43,13 @@
margin-right: 10px;
border-left: solid 0.1px gray;
}

/* title bar ******/

#titlebar {
appearance: unset !important;
}

#nav-bar-customization-target {
margin-top: 3px !important;
}

0 comments on commit 9a4277b

Please sign in to comment.