From 3f6beb73c26fece12d137deac89d7e87fb446499 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 25 Feb 2021 13:16:11 +0000 Subject: [PATCH] Button width --- epicyon-welcome.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/epicyon-welcome.css b/epicyon-welcome.css index 0e3594ca7..39f448057 100644 --- a/epicyon-welcome.css +++ b/epicyon-welcome.css @@ -15,6 +15,7 @@ --text-entry-foreground: #ccc; --text-entry-background: #111; --time-color: #aaa; + --welcome-button-width: 10ch; --button-text: #FFFFFF; --button-background: #999; --button-selected: #666; @@ -112,7 +113,7 @@ button { margin: 8px 0; border: none; cursor: pointer; - width: 100%; + width: var(--welcome-button-width); font-size: var(--welcome-font-size); font-family: Arial, Helvetica, sans-serif; } @@ -191,7 +192,7 @@ span.psw { margin: 8px 0; border: none; cursor: pointer; - width: 100%; + width: var(--welcome-button-width); font-size: var(--welcome-font-size); font-family: Arial, Helvetica, sans-serif; } @@ -231,7 +232,7 @@ span.psw { margin: 8px 0; border: none; cursor: pointer; - width: 100%; + width: var(--welcome-button-width); font-size: var(--welcome-font-size-mobile); font-family: Arial, Helvetica, sans-serif; }