modify readme
This commit is contained in:
parent
fa3ec04b77
commit
63c2f3f1cc
7 changed files with 27 additions and 9 deletions
|
@ -21,7 +21,7 @@
|
|||
#tabbrowser-tabs[movingtab]>#tabbrowser-arrowscrollbox>.tabbrowser-tab[fadein]:not([selected]):not([multiselected]),
|
||||
.tabbrowser-tab[tab-grouping],
|
||||
.tabbrowser-tab[tabdrop-samewindow] {
|
||||
transition: transform 150ms cubic-bezier(0, .75, .25, 1) !important;
|
||||
transition: transform 200ms cubic-bezier(0, .75, .25, 1) !important;
|
||||
}
|
||||
|
||||
:root:is([inFullscreen], :not([tabsintitlebar])) #titlebar {
|
||||
|
@ -125,7 +125,7 @@
|
|||
}
|
||||
|
||||
.tab-close-button {
|
||||
margin-inline-end: calc(8px - var(--inline-tab-padding)) !important;
|
||||
margin-inline-end: 8px !important;
|
||||
width: 17px !important;
|
||||
height: 17px !important;
|
||||
padding: 4px !important;
|
||||
|
@ -312,3 +312,11 @@ toolbarbutton[part="scrollbutton-down"] {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab[selected="true"] .tab-label-container {
|
||||
--tab-label-mask-size: 0.5em !important;
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
padding-inline: var(--inline-tab-padding) 0 !important;
|
||||
}
|
||||
|
|
|
@ -20,3 +20,9 @@ bugs with certain themes eg. dark text on dark background.) */
|
|||
:root {
|
||||
--lwt-selected-tab-background-color: unset !important;
|
||||
}
|
||||
|
||||
/* hide firefox account button when not in private mode (useful as a private
|
||||
browsing indicator) */
|
||||
/* :root:not([privatebrowsingmode]) #nav-bar:not([customizing]) #fxa-toolbar-menu-button {
|
||||
display: none !important;
|
||||
} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue