chore: compact cards

This commit is contained in:
waterplea
2024-07-05 18:27:40 +05:00
parent d85e621bb3
commit fd7c7ea6b7

View File

@@ -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;