Add files via upload

This commit is contained in:
bmFtZQ 2021-05-09 03:17:34 +08:00 committed by GitHub
parent 3f5805a45a
commit 26b58d9a00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
}
}
:root[tabsintitlebar] #TabsToolbar > .toolbar-items {
:root[tabsintitlebar]:not([inFullscreen])[sizemode="normal"] #TabsToolbar > .toolbar-items {
padding-top: var(--space-above-tabbar) !important;
}
@ -274,9 +274,7 @@
border-radius: 2px !important;
color: inherit !important;
-moz-context-properties: fill, fill-opacity !important;
transition-property: fill-opacity, background-color !important;
transition-duration: .15s !important;
transition-timing-function: var(--ease-basic) !important;
transition: none !important;
fill-opacity: 1 !important;
opacity: 1 !important;
}
@ -494,3 +492,18 @@ spacer[part="overflow-end-indicator"] {
}
}
}
/* Proton Adjustments */
@media (-moz-proton) {
.tab-secondary-label {
display: none !important;
}
.tab-icon-overlay {
background: transparent !important;
margin-inline: 22px -4px !important;
opacity: 1 !important;
padding: 0 !important;
}
}