feat(webview): show offline duration in extended view on mobile as well to improve UX (#4848)

* feat(webview): show offline duration in extended view on mobile as well to improve UX

- only hide on screens smaller than 300px

* docs: update changelog
This commit is contained in:
JakobLichterfeld
2025-07-23 09:48:59 +02:00
committed by GitHub
parent 3402d712bc
commit 0c396a7195
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -6,6 +6,8 @@
### Improvements and bug fixes
- feat(webview): show offline duration in extended view on mobile as well to improve UX (#4848 - @JakobLichterfeld)
#### Build, CI, internal
- style(issue-template): typo fix in Unraid (#4842 - @JakobLichterfeld)
+1 -1
View File
@@ -119,7 +119,7 @@ nav.navbar {
}
}
@media screen and (max-width: 900px) {
@media screen and (max-width: 300px) {
.duration-extended {
display: none;
}