first version of rewrite
This commit is contained in:
parent
f61c7c4a2d
commit
26df277f1b
226 changed files with 1649 additions and 6675 deletions
29
chrome/toolbar/personalbar.css
Normal file
29
chrome/toolbar/personalbar.css
Normal file
|
@ -0,0 +1,29 @@
|
|||
/* EdgeFr-Fox by bmFtZQ - personalbar.css */
|
||||
|
||||
#PersonalToolbar {
|
||||
--bookmark-block-padding: 6px !important;
|
||||
}
|
||||
|
||||
#personal-toolbar-empty-description,
|
||||
#PersonalToolbar .toolbarbutton-1,
|
||||
toolbarbutton.bookmark-item:not(.subviewbutton) {
|
||||
margin-block: 0 4px !important;
|
||||
padding: var(--bookmark-block-padding) 6px !important;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
#PlacesToolbarItems > toolbarseparator::before {
|
||||
content: "";
|
||||
display: block;
|
||||
border-inline-start: 1px solid var(--toolbarseparator-color) !important;
|
||||
margin-block: 8px !important;
|
||||
border-image-source: none !important;
|
||||
}
|
||||
|
||||
#PersonalToolbar {
|
||||
padding-inline: var(--toolbar-start-end-padding) calc(var(--toolbar-start-end-padding) + 4px) !important;
|
||||
}
|
||||
|
||||
#managed-bookmarks > .toolbarbutton-icon, #bookmarks-toolbar-placeholder > .toolbarbutton-icon, #PlacesToolbarItems > .bookmark-item > .toolbarbutton-icon[label]:not([label=""]), #OtherBookmarks.bookmark-item[container] > .toolbarbutton-icon {
|
||||
margin-inline-end: 6px !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue