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