From 1d08e4317578c655b94d7f137dcabbd655039e58 Mon Sep 17 00:00:00 2001 From: Pere Lev Date: Mon, 29 Apr 2024 13:41:51 +0300 Subject: [PATCH] CSS: Tweak styling of buttons, fixing the clipped button bug --- templates/default-layout.cassius | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/templates/default-layout.cassius b/templates/default-layout.cassius index a0c6599..f53b947 100644 --- a/templates/default-layout.cassius +++ b/templates/default-layout.cassius @@ -1,6 +1,6 @@ /* This file is part of Vervis. * - * Written in 2016, 2022 by fr33domlover . + * Written in 2016, 2022, 2024 by fr33domlover . * * ♡ Copying is an act of love. Please copy, reuse and share. * @@ -95,13 +95,20 @@ label width: 100% text-align: right +button + padding: 1rem + border-radius: 1rem + +button:disabled, button[disabled] + color: #{black} + input:not[type="submit"], select, textarea display: inline-grid width: 100% input[type="submit"] display: inline-grid - width: 50% + width: 100% padding: 1rem grid-column-start: 2 border: none