mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-30 11:28:23 +03:00
tooltip spacing unit fixes
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sbPopupLogo img {
|
.sbPopupLogo img {
|
||||||
margin: 0.5rem;
|
margin: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -169,14 +169,14 @@
|
|||||||
width: content;
|
width: content;
|
||||||
color: var(--sb-main-fg-color);
|
color: var(--sb-main-fg-color);
|
||||||
background-color: var(--sb-grey-bg-color);
|
background-color: var(--sb-grey-bg-color);
|
||||||
border-radius: 1rem;
|
border-radius: 16px;
|
||||||
padding: 0.25rem 0.5rem;
|
padding: 4px 8px;
|
||||||
transition: .3s;
|
transition: .3s;
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
left: -200%;
|
left: -200%;
|
||||||
top: 0.25rem;
|
top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#optionsButton:hover:before {
|
#optionsButton:hover:before {
|
||||||
|
|||||||
Reference in New Issue
Block a user