Skip to content

Max Shared Email Template (lite) by pasharm

Details

Authorpasharm

LicenseNo License

Categoryemail-templates.app

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Увеличение всплывающих окон в Shared Email Template для маленьких экранов

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Max Shared Email Template
@namespace      example.com
@version        1.0.1
@description    Увеличение всплывающих окон в Shared Email Template
@author         pasharm
==/UserStyle== */

@-moz-document domain("email-templates.app") {

.ui-listbox-list-wrapper {
    max-height: 365px !important;
}

div.ui-listbox.ui-inputtext.ui-widget.ui-widget-content.ui-corner-all {
    height: 100% !important;
}


.theme-white .adx-message-box .adx-message-box-text {
    max-height: 400px;
}
    
.theme-white .adx-message-box {
   padding-top: 20px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}
    
    .theme-white .adx-message-box .adx-message-box-buttons.indent {
        padding-top: 3px;
    }
    
.theme-white .adx-message-box .adx-message-box-title {
    padding-bottom: 10px;
}
    
    div#div-message-box.adx-message-box.ui-shadow{
         top: 0px !important;
    }
    

    
}


@-moz-document url-prefix("https://outlook.office.com/"), url-prefix("https://outlook.office365.com/") {
html[dir] ._3bNB13myuKmraFS5CxX3G0, html[dir] ._2-vlK3DWF1SjScpxRhaDs6 {
    padding-top: 0px !important;
    height: 35px;
}
        div._1vjgJBU6asEidnh7Z9Gko9{
        height: calc(100% - 30px);
    }
    
}

@-moz-document domain("docs.google.com") {
div.jfk-butterBar.jfk-butterBar-info.jfk-butterBar-shown {
    display: none;
}
}

Reviews

No reviews yet.