aboutsummaryrefslogtreecommitdiffhomepage
path: root/popup.css
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2019-11-24 00:55:04 -0500
committerGitHub <[email protected]>2019-11-24 00:55:04 -0500
commitf35d34a807896d8fa4ca98b4ba4d7a3bf6c5246f (patch)
tree03829d552b95c0928287278e2006f7167346e58f /popup.css
parent2a025b79779d02f3a4dd0fa7d5d6db01b0a385c4 (diff)
parent468e33eff7769a370762fcd1bc13a27254fa032a (diff)
downloadSponsorBlock-11.9.5.tar.gz
SponsorBlock-11.9.5.zip
Merge pull request #172 from ajayyy/experimental-ajay11.9.5
Small features and bug fixes
Diffstat (limited to 'popup.css')
-rw-r--r--popup.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/popup.css b/popup.css
index 182b2015..dccfd881 100644
--- a/popup.css
+++ b/popup.css
@@ -35,6 +35,10 @@ sub.popupElement {
}
/* end reset */
+#sponsorBlockPopupLogo {
+ vertical-align: text-bottom;
+}
+
.popupElement {
font-family: 'Source Sans Pro', sans-serif;
@@ -43,12 +47,13 @@ sub.popupElement {
h1.popupElement {
margin-top: 0px;
+ margin-bottom: 10px;
}
.popupBody {
font-size: 14px;
background-color: #ffd9d9;
- padding: 5px;
+ padding: 0px 5px;
}
.discreteLink.popupElement {