Skip to content

Commit

Permalink
refactor(mobile): updated browser_mod to 2.3.0 and cleaned dialog styles
Browse files Browse the repository at this point in the history
  • Loading branch information
troinine committed Jul 15, 2023
1 parent cd10799 commit 2d58b73
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions themes/mobile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,12 @@ mobile:
}
card-mod-more-info-yaml: |
$: |
.mdc-dialog .mdc-dialog__container {
background: none;
}
.mdc-dialog .mdc-dialog__surface {
background-color: var(--primary-background-color) !important;
}
.content {
height: 100vh;
}
.: |
ha-dialog {
--vertical-align-dialog: center !important;
--dialog-surface-margin-top: 0 !important;
--mdc-theme-surface: var(--primary-background-color);
}
.main-title {
margin-left: 4.3rem;
margin-top: -3.3rem;
font-size: 22px;
}
ha-header-bar$: |
header {
background: var(--popup-header-color) !important;
Expand Down

0 comments on commit 2d58b73

Please sign in to comment.