Skip to content

Commit

Permalink
Fix: URL View options
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Aug 18, 2022
1 parent a7a260c commit f6cd9de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions css/leptonChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -6454,7 +6454,7 @@
.urlbarView-type-icon {
min-width: 16px !important;
height: 16px !important;
margin-bottom: 0 !important;
margin-block: 0 !important;
margin-inline-start: 0 !important;
}

Expand All @@ -6470,8 +6470,9 @@
}
/*= Url View - Always show page actions ======================================*/
@supports -moz-bool-pref("userChrome.urlView.always_show_page_actions") {
#pageActionButton {
#urlbar:not([breakout-extend="true"]) #pageActionButton {
display: block !important;
visibility: visible !important;
}
}
/** Panel UI ******************************************************************/
Expand Down
3 changes: 2 additions & 1 deletion src/urlview/_always_show_page_actions.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#pageActionButton {
#urlbar:not([breakout-extend="true"]) #pageActionButton {
display: block !important;
visibility: visible !important;
}
2 changes: 1 addition & 1 deletion src/urlview/_move_icon_to_left.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.urlbarView-type-icon {
min-width: 16px !important;
height: 16px !important;
margin-bottom: 0 !important;
margin-block: 0 !important;
margin-inline-start: 0 !important;
}

Expand Down

0 comments on commit f6cd9de

Please sign in to comment.