Skip to content

Bureau numerique - Tchap by jpsimonnet

Screenshot of Bureau numerique - Tchap

Details

Authorjpsimonnet

LicenseNo License

Categoryuserstyles

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

08/02/2022, 09:37:33

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           mel.din.developpement-durable.gouv.fr - avr. 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://mel.din.developpement-durable.gouv.fr/") {
    /* Insérer le code ici... */
    .mx_MessageComposer_wrapper {
        margin: 0em 0 0 0;
        padding: 0.5em;
        
    }
    .mx_ReplyPreview .mx_ReplyPreview_section {
        margin: 0em 0 0 0;
        padding: 1em 1em 1em 1em;
        background:var(--eventbubble-others-bg,#e8edf4);
    }
    .mx_SendMessageComposer {
        margin: 0.5em 1em 1em 0;
        padding: 0.5em 1em;
        border: 1px solid var(--roomlist-separator-color);
        background:var(--eventbubble-others-bg,#e8edf4);
    }

    .mx_RoomView_body[data-layout=bubble] .mx_MessageComposer,
    .mx_RoomView_body[data-layout=bubble] .mx_RoomView_statusArea,
    .mx_RoomView_body[data-layout=bubble] .mx_RoomView_timeline {
        margin: 0;
        max-width: 100%;
        width: 100%;
    }

    .mx_EventTile[data-layout=bubble] .mx_DisambiguatedProfile,
    .mx_EventTile[data-layout=bubble] .mx_EventTile_line {
        --EventBubbleTile_line-max-width: 90%;
    }
}

Reviews

No reviews yet.