mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Force spacing around operators
This commit is contained in:
parent
4662e19567
commit
f897f7484c
5 changed files with 9 additions and 8 deletions
|
@ -148,7 +148,7 @@ export function getTypeIndicator(item) {
|
|||
};
|
||||
|
||||
const icon = iconT[item.Type];
|
||||
return icon ? '<div class="indicator videoIndicator"><span class="material-icons indicatorIcon '+ icon +'"></span></div>' : '';
|
||||
return icon ? '<div class="indicator videoIndicator"><span class="material-icons indicatorIcon ' + icon + '"></span></div>' : '';
|
||||
}
|
||||
|
||||
export function getMissingIndicator(item) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue