Увеличить полосу прокрутки списка шаблонов
Fix Shared Email Template by pasharm
Details
Authorpasharm
LicenseNo License
Categoryemail-templates.app
Created
Updated
Size533 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 Fix Shared Email Template
@namespace Fix Shared Email Template
@version 1.0.3
@description Увеличить полосу прокрутки списка шаблонов
@author mpasha
==/UserStyle== */
@-moz-document domain("email-templates.app") {
div#div-tree-container.adx-tree-container {
height: auto !important;
}
}
@-moz-document domain("docs.google.com") {
div.jfk-butterBar.jfk-butterBar-info.jfk-butterBar-shown {
display: none;
}
}