Изменяет размер уведомлений в 1,5 раза, что позволяет уместить больше уведомлений на экране.
🧱 Mini Notifications by phocide
Details
Authorphocide
LicenseNo License
Categoryremanga
Created
Updated
Size927 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 20240602.13.16
@namespace https://userstyles.world/user/phocide
@description Изменяет размер уведомлений в 1,5 раза, что позволяет уместить больше уведомлений на экране.
@author phocide
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://remanga.org/user/notifications") {
/* Высота элемента списка */
[class^='Notifications_listItemContent'] {
height: 50px;
}
/* Размер шрифта названия */
[class^='Notifications_text'] {
font-size: 10pt;
}
/* Размер шрифта даты */
[class^='Notifications_secondaryText'] {
font-size: 8pt;
}
/* Высота изображения */
[class^='Image_container'] {
height: 40px;
}
[class^='Notifications_header'] > h2 {
font-size: 18pt;
}
}