Изменяет размер уведомлений в 1,5 раза, что позволяет уместить больше уведомлений на экране.
🧱 Mini Notifications by phocide

Details
Authorphocide
LicenseNo License
Categoryremanga
Created
Updated
Size622 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 🧱 Mini Notifications
@version 20230527.17.48
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://remanga.org/user/notifications") {
/* Высота элемента списка */
a.Notifications_listItemContent__l_WsO {
height: 50px;
}
/* Размер шрифта названия */
div.Notifications_text__B8DqU {
font-size: 10pt;
}
/* Размер шрифта даты */
p.Notifications_secondaryText__Lf4vF {
font-size: 8pt;
}
/* Высота изображения */
div.Notifications_avatar__3tYsu .Image_container__NpLCh {
height: 40px;
}
}