1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixed some css

This commit is contained in:
Hadi Charara 2022-07-03 22:30:18 -04:00
parent 2354676c58
commit 5301a98ea1
2 changed files with 2 additions and 2 deletions

View file

@ -343,7 +343,7 @@ import cardBuilder from '../../components/cardbuilder/cardBuilder';
html += ' ';
html += '</div>';
} else if (virtualFolder.Locations.length && virtualFolder.Locations.length === 1) {
html += "<div class='cardText cardText-secondary' dir='ltr'>";
html += "<div class='cardText cardText-secondary' dir='ltr' style='text-align:left;'>";
html += virtualFolder.Locations[0];
html += '</div>';
} else {