Skip to content

Commit e287daa

Browse files
committed
Make original urlbar full-width
1 parent 5cedb00 commit e287daa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

themes/userChrome.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ browser {
5353
overflow: var(--is-bar-visible);
5454
right: 0;
5555
top: 0;
56-
width: calc(100% - 310px);
56+
width: 100%;
5757
transition: 0.1s !important;
5858
background-color: transparent !important;
5959
border-color: transparent !important;

themes/userChrome.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/userChrome.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ browser {
6868
overflow: var(--is-bar-visible);
6969
right: 0;
7070
top: 0;
71-
width: calc(100% - 310px);
71+
width: 100%;
7272
transition: 0.1s !important;
7373
background-color: transparent !important;
7474
border-color: transparent !important;

0 commit comments

Comments
 (0)