File tree Expand file tree Collapse file tree 8 files changed +16
-12
lines changed
Expand file tree Collapse file tree 8 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,11 @@ class PanelCalendar extends LitElement {
114114 ) ;
115115 const showPane = this . _showPaneController . value ?? ! this . narrow ;
116116 return html `
117- <ha- two- pane-to p- app- bar- fixed .pane = ${ showPane } footer>
117+ <ha- two- pane-to p- app- bar- fixed
118+ .pane = ${ showPane }
119+ footer
120+ .narrow = ${ this . narrow }
121+ >
118122 <ha- menu- butto n
119123 slot= "navigationIcon"
120124 .hass = ${ this . hass }
@@ -303,10 +307,6 @@ class PanelCalendar extends LitElement {
303307 0px
304308 ) - var(- - safe- area- inset- botto m, 0px)
305309 );
306- padding- right: var(- - safe- area- inset- right);
307- }
308- : host ([narrow ]) ha- full- calendar {
309- padding-left : var (--safe-area-inset-left );
310310 }
311311 ha- butto n- menu ha- butto n {
312312 --ha-font-size-m : var (--ha-font-size-l );
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ class HaConfigDashboard extends SubscribeMixin(LitElement) {
212212 this . _repairsIssues ;
213213
214214 return html `
215- <ha- to p- app- bar- fixed>
215+ <ha- to p- app- bar- fixed narrow = ${ this . narrow } >
216216 <ha- menu- butto n
217217 slot= "navigationIcon"
218218 .hass = ${ this . hass }
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ class HaPanelHistory extends LitElement {
120120 protected render ( ) {
121121 const entitiesSelected = this . _getEntityIds ( ) . length > 0 ;
122122 return html `
123- <ha- to p- app- bar- fixed>
123+ <ha- to p- app- bar- fixed narrow = ${ this . narrow } >
124124 ${ this . _showBack
125125 ? html `
126126 <ha- icon- butto n- arrow- prev
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export class HaPanelLogbook extends LitElement {
6565
6666 protected render ( ) {
6767 return html `
68- <ha- to p- app- bar- fixed>
68+ <ha- to p- app- bar- fixed narrow = ${ this . narrow } >
6969 ${ this . _showBack
7070 ? html `
7171 <ha- icon- butto n- arrow- prev
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class LovelaceFullConfigEditor extends LitElement {
4848
4949 protected render ( ) : TemplateResult | undefined {
5050 return html `
51- <ha- to p- app- bar- fixed>
51+ <ha- to p- app- bar- fixed narrow = ${ this . narrow } >
5252 <ha- icon- butto n
5353 slot= "navigationIcon"
5454 .path = ${ mdiClose }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class HaPanelMap extends LitElement {
2121
2222 protected render ( ) {
2323 return html `
24- <ha- to p- app- bar- fixed>
24+ <ha- to p- app- bar- fixed narrow = ${ this . narrow } >
2525 <ha- menu- butto n
2626 slot= "navigationIcon"
2727 .hass = ${ this . hass }
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ class PanelMediaBrowser extends LitElement {
9292
9393 protected render ( ) : TemplateResult {
9494 return html `
95- <ha- to p- app- bar- fixed>
95+ <ha- to p- app- bar- fixed narrow = ${ this . narrow } >
9696 ${ this . _navigateIds . length > 1
9797 ? html `
9898 <ha- icon- butto n- arrow- prev
Original file line number Diff line number Diff line change @@ -165,7 +165,11 @@ class PanelTodo extends LitElement {
165165 </ ha- lis t- item> `
166166 ) ;
167167 return html `
168- <ha- two- pane-to p- app- bar- fixed .pane = ${ showPane } footer>
168+ <ha- two- pane-to p- app- bar- fixed
169+ .pane = ${ showPane }
170+ footer
171+ .narrow = ${ this . narrow }
172+ >
169173 <ha- menu- butto n
170174 slot= "navigationIcon"
171175 .hass = ${ this . hass }
You can’t perform that action at this time.
0 commit comments