Skip to content

Mecco header by justinhu

Details

Authorjustinhu

LicenseNo License

Categoryhttps://web.meco.app/

Created

Updated

Size998 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Mecco Header smaller and thinner

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Mecco header
@version      20230410.10.38
@namespace    userstyles.world/user/justinhu
@description  Mecco Header smaller and thinner
@author       justinhu
@license      No License
==/UserStyle== */

@-moz-document domain("web.meco.app") {
ul.post-view > li * .date {
    padding: 5px 16px 10px;
}

ul.post-view > li * .sender-name {
        padding-top: 9px;
        font-size: 13px;
}

ul.post-view > li * .subject-line {
        padding-top: 3px;
        font-size: 16px;

}

.container{
 padding: 5px;   
 
}

.email-viewer-header, .nav-menu{
    height:50px;
}

.nav-menu * .digest-title{
    font-size:14px !important;
}

.subject-title{    font-size:17px !important;
}

.digest-content-container{        padding-top: 50px;
}

ul.post-view > li {
    margin-left: 14px;
    margin-bottom: 10px;
    border-radius: 5.8px;
    filter: drop-shadow(1.5px 3px 3px rgba(0,0,0,0.06));

}

.row {
    --bs-gutter-x: 0rem;
}

.split {
    background-color: #f1f1f1;
}
}

Reviews

No reviews yet.