Instagram web's chat is annoying to use, it's for some reason zoomed out. This CSS helps making it a little more easier to use.
Instagram Chat Tweak by tomatopickle
Details
Authortomatopickle
LicenseNo License
Categoryinstagram
Created
Updated
Code size498 B
Code checksum8d5d221b
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Instagram Chat Tweak
@namespace tomatopickle.instagramchattweak
@version 1.0.0
@description Instagram web's chat is annoying to use, it's for some reason zoomed out. This CSS helps making it a little more easier to use.
@author tomatopickle
==/UserStyle== */
@-moz-document domain("instagram.com") {
.pV7Qt._6Rvw2.qF0y9.Igw0E.IwRSH.YBx95.ybXk5._4EzTm.i0EQd {
max-width: unset !important;
}
.oYYFH {
padding: 0;
}
}