From 87caafb2cc86785239661bd06860a8d53d1ea9b6 Mon Sep 17 00:00:00 2001 From: Antoine Kingue Date: Mon, 6 Sep 2021 16:56:29 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=92=84=20fix=20issues=20with=20poppin?= =?UTF-8?q?s=20font=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/contentstyle.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/css/contentstyle.css b/css/contentstyle.css index c859434..345e3ab 100644 --- a/css/contentstyle.css +++ b/css/contentstyle.css @@ -202,13 +202,25 @@ /* Redesign */ /* font */ -@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap"); body, input, button, textarea { - font-family: 'Poppins', sans-serif !important; + font-family: "Poppins", sans-serif !important; +} + +/* font fix issues with poppins size */ + +/* */ +.gmFkV { + overflow: inherit !important; +} + +/* Resizing height of textarea to comment posts */ +.Ypffh { + height: 20px !important; } /* scrollbar */ From 9339a6c1eaf876c890e45277a2d56c82f1e97f94 Mon Sep 17 00:00:00 2001 From: Antoine Kingue Date: Mon, 6 Sep 2021 16:57:37 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20update=20version=201.1.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9051123..b35b194 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Instagram Dark Theme", - "version": "1.1.12", + "version": "1.1.13", "description": "Dark Theme for Instagram", "icons": { "128": "img/icon.png"