Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lumley <ben@benlumley.co.uk>2022-05-18 13:40:21 +0300
committerBen Lumley <ben@benlumley.co.uk>2022-05-18 13:40:21 +0300
commitc35ed2ca898f5075d6ef4f61879c27764f07e47c (patch)
treeb46c7bf6b97533d0c2c46953739a76b8b3180450
parent7d4459316512e938e5448c61a44779470aad523f (diff)
Fix spacing of timers
-rw-r--r--src/css/tabs/osd.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/tabs/osd.css b/src/css/tabs/osd.css
index 5a91e69d..a9724392 100644
--- a/src/css/tabs/osd.css
+++ b/src/css/tabs/osd.css
@@ -526,8 +526,8 @@ button {
.timers-container .timer-detail {
padding-left: 15px;
- padding-top: 10px;
- padding-bottom: 10px;
+ padding-top: 3px;
+ padding-bottom: 3px;
}
.timers-container label {