Some small tweaks to the styling of Proton for better readability
ProtonMail by SVFW
Details
AuthorSVFW
LicenseNo License
Categoryproton.me
Created
Updated
Size666 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 ProtonMail
@version 20240603.11.19
@namespace https://userstyles.world/user/SVFW
@description Some small tweaks to the styling of Proton for better readability
@author SVFW
@license No License
==/UserStyle== */
@-moz-document url("https://mail.proton.me/") {
.sidebar {
min-width: 400px !important;
}
.label-stack-item{
max-width:300px;
}
.item-subject>.shrink-0,
.message-conversation-summary-header>.mr-1,
.shrink-0 .mr-1{
font-weight:bold !important;
color:#6d4bff !important;
}
.item-senders{
font-weight:600;
}
.unread{
background:#ede7f6 !important;
border-top:1px solid #FFF;
}
}