Skip to content

Commit

Permalink
Thermostat and sidebar scrollbar fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
th3jesta committed Jul 31, 2024
1 parent 22df835 commit 9c7b065
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions themes/lcars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
msd-ra-medium: "#e97369"
msd-ra-normal: "#ff1100"
msd-ra-dark: "#7f0800"
lcars-sound: "true"

(DO NOT USE/MODIFY)=== Base customizations: &base # Global
lovelace-background: black
Expand Down Expand Up @@ -378,14 +377,23 @@
background: black;
border-radius: 0px 0px 0px 20px;
}
ha-card.footer.type-thermostat {
border-bottom: 0px !important;
}
ha-card.footer.type-thermostat > p {
background: black;
}
ha-card.footer > ha-state-control-climate-temperature {
background: black !important;
ha-card.footer.type-thermostat > .container {
background: black;
padding: unset;
width: 100%;
border-radius: 0px 0px 0px 20px;
margin-bottom: 12px;
max-width: unset;
}
ha-card.footer.type-thermostat > hui-card-features {
--primary-text-color: black;
}
/* Border on the right */
ha-card.footer-right {
background: var(--lcars-card-bottom-color) !important;
Expand Down Expand Up @@ -441,9 +449,12 @@
ha-card.footer-right.type-thermostat > p {
background: black;
}
ha-card.footer-right > ha-state-control-climate-temperature {
background: black !important;
ha-card.footer-right.type-thermostat > .container {
background: black;
padding: unset;
width: 100%;
border-radius: 0px 0px 20px 0px;
margin-bottom: 12px;
max-width: unset;
}
/* Border on both sides */
Expand Down Expand Up @@ -501,9 +512,12 @@
ha-card.footer-contained.type-thermostat > p {
background: black;
}
ha-card.footer-contained > ha-state-control-climate-temperature {
background: black !important;
ha-card.footer-contained.type-thermostat > .container {
background: black;
padding: unset;
width: 100%;
border-radius: 0px 0px 20px 20px;
margin-bottom: 12px;
max-width: unset;
}
/* Border on neither side */
Expand Down Expand Up @@ -1250,6 +1264,11 @@
padding-bottom: 0px !important;
height: calc( 100% - var(--header-height) - 176px - env(safe-area-inset-bottom)) !important;
}
paper-listbox.ha-scrollbar {
overflow-y: auto;
scrollbar-color: unset;
scrollbar-width: unset;
}
#sortable a {
display: block !important;
}
Expand Down

0 comments on commit 9c7b065

Please sign in to comment.