diff --git a/web/projects/ui/src/styles.scss b/web/projects/ui/src/styles.scss index cff302e26..60bf54d4d 100644 --- a/web/projects/ui/src/styles.scss +++ b/web/projects/ui/src/styles.scss @@ -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;