From 3f0909637bc19b08e9e2b3a9cc0f664a5f770cf2 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Mon, 13 Mar 2023 23:48:42 +0100 Subject: [PATCH] fix full button width if only one button is shown --- public/styles.css | 2 +- public_included_ws_fallback/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/styles.css b/public/styles.css index 7b6229a..644bd04 100644 --- a/public/styles.css +++ b/public/styles.css @@ -720,7 +720,7 @@ x-paper > div:last-child { x-paper > div:last-child > .button { height: 100%; - width: 50%; + width: 100%; } x-paper > div:last-child > .button:not(:last-child) { diff --git a/public_included_ws_fallback/styles.css b/public_included_ws_fallback/styles.css index 5ba37a1..6193cf2 100644 --- a/public_included_ws_fallback/styles.css +++ b/public_included_ws_fallback/styles.css @@ -746,7 +746,7 @@ x-paper > div:last-child { x-paper > div:last-child > .button { height: 100%; - width: 50%; + width: 100%; } x-paper > div:last-child > .button:not(:last-child) {