Skip to content

LinkedIn Big Chat Box by jeremymouzin

Screenshot of LinkedIn Big Chat Box

Details

Authorjeremymouzin

LicenseNo License

Categorylinkedin

Created

Updated

Size532 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Increase the size of the chat box to be more confortable reading and writing messages

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         LinkedIn Big Chat Box
@version      20241015.12.24
@namespace    https://userstyles.world/user/Jérémy Mouzin
@description  Increase the size of the chat box to be more confortable reading and writing messages
@author       Jérémy Mouzin
==/UserStyle== */

@-moz-document domain("linkedin.com") {
.msg-overlay-conversation-bubble.msg-overlay-conversation-bubble--jumbo:not(.msg-overlay-conversation-bubble--is-compose) {
    max-height: none;
    height: calc(100vh - 100px);
    width: 650px;
}

}

Reviews

No reviews yet.