Merge branch 'bmFtZQ:main' into create-install-script

This commit is contained in:
DanielSGH 2023-02-16 21:06:00 +00:00 committed by GitHub
commit 3d5d7a9774
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -78,7 +78,8 @@
} }
/* preferences */ /* preferences */
@-moz-document url-prefix(about:preferences), url-prefix(about:addons) { @-moz-document url-prefix(about:preferences),
url-prefix(about:addons) {
.category[selected] { .category[selected] {
position: relative !important; position: relative !important;
border-radius: 4px !important; border-radius: 4px !important;
@ -96,8 +97,9 @@
background-color: var(--in-content-accent-color); background-color: var(--in-content-accent-color);
border-radius: 3px; border-radius: 3px;
position: absolute; position: absolute;
left: 0; left: 2px;
top: 12px; top: 50%;
translate: 0 -50%;
} }
button.tab-button:hover { button.tab-button:hover {

View file

@ -347,7 +347,7 @@ toolbarbutton[part="scrollbutton-down"] {
margin-top: calc(2px + var(--tab-block-margin)) !important; margin-top: calc(2px + var(--tab-block-margin)) !important;
} }
#tabbrowser-tabs:not([overflow="true"]) .tabbrowser-tab[first-visible-tab] { #tabbrowser-tabs:not([overflow="true"]) .tabbrowser-tab:first-of-type {
margin-inline-start: 8px !important; margin-inline-start: 8px !important;
} }