Fix: Added padding around foreign title to create some separation from the main title

This commit is contained in:
lscambo13
2025-05-25 17:07:07 +05:30
parent 0cdd6c337f
commit fea3343f06

View File

@@ -2337,6 +2337,7 @@ div[data-role=controlgroup] a.ui-btn-active {
.itemName.originalTitle {
/* font-weight: 400; */
padding-block: .5em;
color: var(--dimTextColor);
}