mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
feat: finalize desktop and mobile design of system routes (#2855)
* feat: finalize desktop and mobile design of system routes * clean up messaging and mobile tabbar utilities --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
@@ -121,6 +121,14 @@ hr {
|
||||
padding-top: 4rem;
|
||||
}
|
||||
|
||||
tui-root:not(._mobile) &:has(.g-table:not([tuiTable])) {
|
||||
padding-block-end: 1rem;
|
||||
|
||||
> header {
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
[tuiCell] {
|
||||
margin: 0 -0.625rem;
|
||||
border-radius: var(--tui-radius-s);
|
||||
@@ -179,7 +187,6 @@ hr {
|
||||
th {
|
||||
position: relative;
|
||||
font: var(--tui-font-text-s);
|
||||
height: 2rem;
|
||||
padding: 0.5rem 0.75rem;
|
||||
border: 1px solid var(--tui-background-neutral-1);
|
||||
border-left: 0;
|
||||
@@ -193,6 +200,11 @@ hr {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
tr:focus-visible {
|
||||
outline: none;
|
||||
box-shadow: inset 0 0 0 0.125rem var(--tui-border-focus);
|
||||
}
|
||||
|
||||
tui-root._mobile & {
|
||||
min-width: 0;
|
||||
border: none;
|
||||
@@ -215,10 +227,6 @@ hr {
|
||||
}
|
||||
}
|
||||
|
||||
tr:has(:checked) {
|
||||
box-shadow: inset 0 0 0 0.125rem var(--tui-background-accent-1);
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
position: static;
|
||||
|
||||
Reference in New Issue
Block a user