Увеличивает шрифт в поле ввода на сайте https://bothub.chat/ru/dashboard/chats/
bothub.chat by taxed45
Details
Authortaxed45
LicenseNo License
Categorybothub.chat/ru/dashboard/chats
Created
Updated
Code size307 B
Code checksumbb798d69
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Увеличение шрифта в поле ввода
@version 20250426.08.44
@namespace ?
==/UserStyle== */
@-moz-document domain("bothub.chat/ru/dashboard/chats") {
.styled__InputMessageMain-sc-4jukeb-5.nCJja {
font-size: 16px !important;
}
}