For those extra long chat names
Google Chat Sidebar Widener by FrederickCousins
Details
AuthorFrederickCousins
LicenseNo License
Categorymail.google.com
Created
Updated
Size596 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 Google Chat Sidebar Widener
@version 20240910.15.46
@namespace https://userstyles.world/user/FrederickCousins
@description For those extra long chat names
@author FrederickCousins
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://mail.google.com/chat/") {
.aeN {
min-width: 500px !important;
}
}
@-moz-document regexp("https?://mail\\.google\\.com/mail/u/\\d+/\\#chat.*") {
.aqn {
min-width: 440px;
}
.aBO {
min-width: 440px;
max-width: 440px;
}
.arL .VK {
width: auto
}
}