mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
chore: compact cards
This commit is contained in:
@@ -99,14 +99,14 @@ tui-root._mobile .g-table {
|
|||||||
tbody {
|
tbody {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 1rem;
|
gap: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr {
|
tr {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: grid;
|
display: grid;
|
||||||
border-radius: var(--tui-radius-l);
|
border-radius: var(--tui-radius-l);
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.375rem 0.5rem;
|
||||||
// TODO: Theme
|
// TODO: Theme
|
||||||
background: rgba(0, 0, 0, 0.2);
|
background: rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
@@ -119,7 +119,7 @@ tui-root._mobile .g-table {
|
|||||||
th {
|
th {
|
||||||
position: static;
|
position: static;
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: 2rem;
|
min-height: 1.5rem;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user