Google Chat thread pane is fixed at 504px and hard to see. CSS to release this fixation.
chat.google.com by nekoaisle
Details
Authornekoaisle
LicenseNo License
Categorywww.prograrts.com
Created
Updated
Size450 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name chat.google.com
@version 20230824.07.19
@namespace userstyles.world/user/nekoaisle
@description Google Chat thread pane is fixed at 504px and hard to see. CSS to release this fixation.
@author nekoaisle
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://chat.google.com/u/0/frame") {
.ekM2ie.eO2Zfd {
max-width: initial;
width: initial;
flex: 2;
}
}