summaryrefslogtreecommitdiffhomepage
path: root/static
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-10 22:51:43 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-10 22:51:43 +0200
commit86e1d4a1f4068f1d3d078f341de2582e5995177a (patch)
treed42371d25cc909eb6cf0bea8a2b9727803b7bb91 /static
parentdd0a5245abe98b71f3283411c5555897591325f9 (diff)
Make buttons slightly wider
Diffstat (limited to 'static')
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index a282c18..0e88e98 100644
--- a/static/style.css
+++ b/static/style.css
@@ -2254,7 +2254,7 @@ textarea,
display: grid;
grid-template-columns: repeat(
auto-fit,
- minmax(min(180px, 100%), 1fr)
+ minmax(min(220px, 100%), 1fr)
);
column-gap: var(--grid-spacing-horizontal);
}