From 8ade112da0a06c1c114e11746551c76a2c146dc0 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Tue, 12 Jan 2021 16:07:57 +0100 Subject: :bug: Fix bluetooth send method --- styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'styles.css') diff --git a/styles.css b/styles.css index dd18832..115a533 100644 --- a/styles.css +++ b/styles.css @@ -101,7 +101,8 @@ body { margin-top: 5px; border: 1px solid black; background-color: #b5b5b5; - padding: 5px; + padding: 10px; + width: 120px; } .throttle { @@ -136,6 +137,10 @@ body { border: 1px solid black; } +.rudder-labels { + position: absolute; +} + .rudder-thumb { position: absolute; bottom: 0; -- cgit v1.2.3