Skip to content

Commit

Permalink
Fix: Padding - Bookmark & History empty align black7375#888
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 authored and Hou-Rui committed May 26, 2024
1 parent 0d5be2a commit a4c3b82
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/icons/layout/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
.toolbaritem-combined-buttons:not(.unified-extensions-item) > .subviewbutton:not(.subviewbutton-iconic) > .toolbarbutton-text {
padding-inline-start: 0 !important;
}
#panelMenu_bookmarksMenu .subviewbutton[disabled="true"],
#appMenu_historyMenu .subviewbutton[disabled="true"] {
margin-inline-start: 0 !important;
padding-inline-start: 0 !important;
}
#panelMenu_bookmarksMenu .subviewbutton[disabled="true"] .toolbarbutton-text,
#appMenu_historyMenu .subviewbutton[disabled="true"] .toolbarbutton-text {
padding-inline-start: var(--arrowpanel-menublank-padding) !important;
Expand Down

0 comments on commit a4c3b82

Please sign in to comment.