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

More small css fixes

This commit is contained in:
Hadi Charara 2022-07-03 10:13:06 -04:00
parent b671da1086
commit d38518e1e5
23 changed files with 55 additions and 48 deletions

View file

@ -307,7 +307,7 @@
}
.programIcon {
margin-left: 0.5em;
margin-inline-start: 0.5em;
height: 1em;
width: 1em;
font-size: 1.6em;
@ -340,8 +340,8 @@
}
.guideChannelName {
margin-left: auto;
margin-right: 1em;
margin-inline-start: auto;
margin-inline-end: 1em;
text-overflow: ellipsis;
overflow: hidden;
max-width: 70%;