Skip to content

Commit

Permalink
follow up bug fix for #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMainTheme authored Apr 21, 2024
1 parent 75576c0 commit 11a2e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archy_nopanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
:not(:has(.switcher)) .mainbar > .toolbar.toolbar-visible > div:nth-child(3)[class="button-toolbar toolbar-spacer"],
:not(:has(.switcher)) .mainbar > .toolbar.toolbar-visible > div:nth-child(3)[class="button-toolbar toolbar-spacer button-disabled-preview"]{min-width: calc(var(--leftbarwidth) - 34px - 56px - 34px)}
.bookmark-bar {bottom: calc(var(--browserborder) + 35px - 1px) !important;}
:not(:has(#panels-container.switcher)) .button-textonly.StatusInfo {bottom: 35px;}
:not(:has(#panels-container.switcher)) .button-textonly.StatusInfo {bottom: 35px !important;}
}

.mainbar > *,
Expand All @@ -48,7 +48,7 @@
span.UrlFragment--Lowlight.UrlFragment-Link {
display: none;
}
.UrlBar-AddressField.button-textonly.below:not(:focus-within) {
.UrlBar-AddressField.button-textonly:not(:focus-within) {
max-width: fit-content;
background: transparent;
border: none;
Expand Down

0 comments on commit 11a2e1d

Please sign in to comment.