File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -252,3 +252,15 @@ sup {
252252.region .container .hidden {
253253 display : none;
254254}
255+
256+ .region .left .flex {
257+ justify-content : flex-start;
258+ }
259+
260+ .region .center .flex {
261+ justify-content : center;
262+ }
263+
264+ .region .right .flex {
265+ justify-content : flex-end;
266+ }
Original file line number Diff line number Diff line change 4343 {% endif %}
4444 </div >
4545 {% endif %}
46- <div class =" large type-temp" >
46+ <div class =" flex large type-temp" >
4747 {% if config .showIndoorTemperature and indoor .temperature or config .showIndoorHumidity and indoor .humidity %}
4848 <span class =" medium fas fa-home" ></span >
4949 <span style =" display : inline-block " >
Original file line number Diff line number Diff line change 4444
4545.weather .type-temp {
4646 display : flex;
47- align-items : center ;
47+ align-items : baseline ;
4848 gap : 10px ;
4949}
You can’t perform that action at this time.
0 commit comments