уменьшенный шрифт заголовков виджетов РСЯ
partner2.yandex.ru - 07.12.2020, 10:05:39 by f0xss
Details
Authorf0xss
LicenseNo License
Categoryuserstyles
Created
Updated
Size521 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 partner2.yandex.ru - 07.12.2020, 10:05:39
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://partner2.yandex.ru/v2/dashboard/") {
/* заголовки виджетов */
.a-widget__title {
overflow: hidden;
height: 31px;
padding: 15px 5px 0 15px;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 19px;
line-height: 24px;
}
}