From 957aeb835de6c3e6f83694baf8dcbe35498a3868 Mon Sep 17 00:00:00 2001 From: alfrix Date: Tue, 31 Oct 2023 02:21:04 -0300 Subject: [PATCH] layout: remove the margin as it's very useful on small screens con: user may have to touch away from the handle if it interferes with the button --- styles/base.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/styles/base.css b/styles/base.css index 9dd0ca10..656c2676 100644 --- a/styles/base.css +++ b/styles/base.css @@ -375,10 +375,6 @@ trough { min-width: 8em; } -.keyboard_box { - margin-top: 38px; -} - .keyboard_matchbox { margin-top: 42px; } @@ -421,10 +417,6 @@ trough { background-color: @error; } -.numpad{ - margin-top: 30px; -} - .numpad_key { border: .15em; border-style: solid;