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) {