mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
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:
@@ -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
@@ -119,7 +119,7 @@ nav.navbar {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
@media screen and (max-width: 300px) {
|
||||
.duration-extended {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user