From bd60875c66010d59270b9abeb53572e1eed6e807 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 5 Jul 2020 00:17:54 -0400 Subject: [PATCH] Fix invidious css issues --- public/content.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/content.css b/public/content.css index 95009d26..651136fd 100644 --- a/public/content.css +++ b/public/content.css @@ -140,6 +140,7 @@ color: rgb(235, 235, 235); border: none; display: inline-block; + font-size: 13.3333px !important; cursor: pointer; @@ -179,6 +180,7 @@ .sponsorSkipNoticeCloseButton { height: 10px; width: 10px; + box-sizing: unset; padding: 2px 5px;