mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
[logbook] configure flex container to display entries correctly on mobile devices (#4810)
This commit is contained in:
parent
ba4e1949c4
commit
4613d8b1f6
@ -132,6 +132,7 @@ class HaLogbook extends LitElement {
|
||||
|
||||
.time {
|
||||
width: 65px;
|
||||
flex-shrink: 0;
|
||||
font-size: 0.8em;
|
||||
color: var(--secondary-text-color);
|
||||
}
|
||||
@ -142,6 +143,7 @@ class HaLogbook extends LitElement {
|
||||
|
||||
ha-icon {
|
||||
margin: 0 8px 0 16px;
|
||||
flex-shrink: 0;
|
||||
color: var(--primary-text-color);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user