diff --git a/themes/material_rounded.yaml b/themes/material_rounded.yaml index bca8d77..a683e7a 100644 --- a/themes/material_rounded.yaml +++ b/themes/material_rounded.yaml @@ -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); @@ -397,6 +399,11 @@ Material Rounded: position: relative; } + #add-view { + position: relative !important; + vertical-align: top; + } + ha-tabs: $: | #tabsContent.scrollable { @@ -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 {