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 */ 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"