Skip to content

Commit

Permalink
Minor Firefox UI fixes (#8411)
Browse files Browse the repository at this point in the history
- No more space for version number in Settings page.
- Fixed rounded corners overflow.
- Less bright border color.
  • Loading branch information
alexanderby committed Mar 10, 2022
1 parent a4ac510 commit 7f2c3a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/ui/popup/body/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,15 @@
font-size: 32px;
}
}

.firefox {
.darkreader-version {
display: none;
}
}

.preview:not(.mobile) {
body {
border-color: mix(@color-back, @color-control-fore);
}
}
1 change: 1 addition & 0 deletions src/ui/popup/news-section/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.news-section {
background-color: @color-back;
border-radius: 0.9375rem;
bottom: 0;
box-sizing: border-box;
height: 1.875rem;
Expand Down

0 comments on commit 7f2c3a8

Please sign in to comment.