Fix: Prevent slight misalignment in text below media title

This commit is contained in:
lscambo13
2024-12-28 10:28:51 -08:00
parent e883ebde72
commit 8ac698929b

View File

@@ -1182,6 +1182,7 @@ div[data-role=controlgroup] a.ui-btn-active {
}
[dir=ltr] .mediaInfoItem {
transform-origin: left;
transform: scale(.85);
margin: 0 .4em 0 0;
}