08/02/2022, 09:37:33
Bureau numerique - Tchap by jpsimonnet
Details
Authorjpsimonnet
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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: 1em 1em 0.5em 2.5em;
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%;
}
.mx_EventTile_content .markdown-body h1, .mx_EventTile_content .markdown-body h2 {
font-size: revert ;
}
.mx_SendMessageComposer {
background: var(--eventbubble-others-bg, #1f2933);
}
.mx_SpotlightDialog_wrapper .mx_Dialog {
background: #eff6ff;
border:1px solid #eee;
box-shadow: 5px 5px 5px #999;
}
}