Skip to content

chat.google.com by nekoaisle

Screenshot of chat.google.com

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

Google Chat thread pane is fixed at 504px and hard to see. CSS to release this fixation.

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;
}
}

Reviews

No reviews yet.