Skip to content

Commit 8d4555b

Browse files
Update styles.css
1 parent 8da52fe commit 8d4555b

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

css/styles.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,31 @@ input[type="color"]::-moz-color-swatch {
12051205
#temp_control_qc {
12061206
grid-column: 2;
12071207
grid-row: 1;
1208+
width: 100%;
1209+
justify-content: center;
1210+
}
1211+
1212+
#temp_control_qc .qc-label {
1213+
display: none;
1214+
}
1215+
1216+
#temp_control_qc .qcontrol-item .material-symbols-rounded {
1217+
margin: 0;
1218+
}
1219+
1220+
#night-mode-qc {
1221+
grid-column: 2;
1222+
grid-row: 1;
1223+
width: 100%;
1224+
justify-content: center;
1225+
}
1226+
1227+
#night_mode_qc .qc-label {
1228+
display: none;
1229+
}
1230+
1231+
#night_mode_qc .qcontrol-item .material-symbols-rounded {
1232+
margin: 0;
12081233
}
12091234

12101235
#thermostat-value {

0 commit comments

Comments
 (0)