feat: unify phone apps with Sky UI

This commit is contained in:
Leon.Schmidt
2026-08-16 15:23:21 +02:00
parent 8d9cdb5d6b
commit 1071b4bde7
62 changed files with 5658 additions and 3349 deletions
+21
View File
@@ -785,6 +785,27 @@
align-items: stretch;
}
.sky-tabbar__links > .sky-toolbar-pane {
width: 100%;
height: 100%;
min-width: 0;
display: flex;
align-items: stretch;
border-radius: inherit;
background: transparent;
box-shadow: none;
}
.sky-tabbar__links > .sky-toolbar-pane::after {
display: none;
}
.sky-tabbar__links > .sky-toolbar-pane > .sky-tab-button {
min-width: 0;
min-height: var(--sky-tabbar-pane-height);
flex: 1 1 0;
}
.sky-tabbar__highlight {
height: 100%;
position: absolute;