Merge pull request #4441 from addamanth/tv-layout-clock

Show clock in TV layout
This commit is contained in:
Bill Thornton 2023-04-18 09:23:52 -04:00 committed by GitHub
commit 83f149c8c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}