diff --git a/frontend/src/components/grid-items.svelte b/frontend/src/components/grid-items.svelte index 1119a9c..f21782c 100644 --- a/frontend/src/components/grid-items.svelte +++ b/frontend/src/components/grid-items.svelte @@ -141,7 +141,7 @@ } td { - padding: 0.3rem; + padding: 2px; text-overflow: ellipsis; cursor: pointer; } @@ -164,8 +164,8 @@ vertical-align: top; } button.toggle :global(svg) { - width: 15px; - height: 15px; + width: 13px; + height: 13px; vertical-align: top; } diff --git a/frontend/src/style.css b/frontend/src/style.css index 637336c..25a1a9e 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -13,8 +13,8 @@ body { -webkit-user-select: none; user-select: none; cursor: default; - font-size: 15px; - line-height: 15px; + font-size: 13px; + line-height: 13px; background-color: rgba(0, 0, 0, 0); } @@ -137,7 +137,7 @@ p strong { cursor: not-allowed; } .btn svg { - height: 15px; + height: 13px; width: auto; vertical-align: bottom; }