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

CShow clock in TV layout

This commit is contained in:
adamanth 2023-03-22 20:30:06 +03:00
parent 1c9b6005ef
commit ffb5d2129b
2 changed files with 21 additions and 0 deletions

View file

@ -1515,3 +1515,8 @@ div:not(.sectionTitleContainer-cards) > .sectionTitle-cards {
line-clamp: 6;
}
}
.currentTimeText {
padding-left: 0.8em;
padding-right: 0.8em;
}