fix font-size in ItemListTab

This commit is contained in:
MaksSlyzar 2026-03-29 08:57:51 +03:00
parent a828a80a7e
commit 9619c5ed6b

View File

@ -201,3 +201,7 @@
.items-list-scroll::-webkit-scrollbar-thumb {
background: rgba(0, 255, 255, 0.2);
}
.section-title {
font-size: 16px;
}