Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions chrome/ShyFox/shy-findbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,8 @@ findbar{
z-index: 5 !important;

bottom: calc(var(--bottom-margin) + var(--margin));
left: calc(
(
100vw
- var(--findbar-wdt)
- var(--left-margin)
- var(--right-margin)
) / 2
);
left: 50% !important;
transform: translateX(-50%) !important;

height: calc(var(--toolbar-item-hgt) * 2);
padding-top: var(--toolbar-item-hgt) !important;
Expand Down
4 changes: 2 additions & 2 deletions chrome/ShyFox/shy-global.css
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,8 @@ File Edit View History Bookmarks Tools Help
/* remove annoying line at the top of the window */
#navigator-toolbox {
margin-top: -1px !important;
position: relative;
z-index: 3;
position: relative !important;
z-index: 3 !important;
}

/* weird margin fix */
Expand Down