Skip to content

Commit

Permalink
small gap between icon background and top of navbar, space edit mode …
Browse files Browse the repository at this point in the history
…icons evenly along navbar (still requires refresh)
  • Loading branch information
Nerwyn committed Oct 14, 2023
1 parent dc91b34 commit 1e1555a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions themes/material_rounded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,8 @@ Material Rounded:
justify-content: center;
align-items: center;
align-self: start;
position: relative;
top: 4px;
}
paper-tab.iron-selected > ha-icon {
color: var(--accent-color);
Expand Down Expand Up @@ -397,6 +399,11 @@ Material Rounded:
position: relative;
}
#add-view {
position: relative !important;
vertical-align: top;
}
ha-tabs:
$: |
#tabsContent.scrollable {
Expand All @@ -409,6 +416,15 @@ Material Rounded:
display: none !important;
}
paper-tabs:
$: |
#tabsContent.scrollable {
width: 100% !important;
display: flex !important;
justify-content: space-between !important;
flex-shrink: 0;
}
hui-masonry-view:
$: |
ha-fab {
Expand Down

0 comments on commit 1e1555a

Please sign in to comment.