mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 17:23:25 +00:00
feat: unify phone apps with Sky UI
This commit is contained in:
Vendored
+21
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user