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:
authorhaslinghuis <mark@numloq.nl>2022-05-09 14:33:22 +0300
committerGitHub <noreply@github.com>2022-05-09 14:33:22 +0300
commitdb60f73d70caabed57db0a5c62b37c7e3ac968f5 (patch)
tree9d57d4e2f6c3fdda42db9b6870b90424d8f75ecb
parent6319421e3d00d1ec7e664247dc1221185c74b8c6 (diff)
parent5772b5ca2c92c7a0dee229c8b62a6e016a78014e (diff)
Merge pull request #2917 from chmelevskij/fix/status-bar-version
use gap for version spacing
-rw-r--r--src/components/status-bar/StatusBar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status-bar/StatusBar.vue b/src/components/status-bar/StatusBar.vue
index d71a57ec..7e8ba4bc 100644
--- a/src/components/status-bar/StatusBar.vue
+++ b/src/components/status-bar/StatusBar.vue
@@ -92,6 +92,7 @@ export default {
#status-bar {
position: fixed;
display: flex;
+ gap: 10px;
bottom: 0;
width: calc(100% - 20px);
height: 20px;
@@ -103,7 +104,6 @@ export default {
#status-bar > * ~ * {
padding-left: 10px;
- margin-left: 10px;
border-left: 1px solid #7d7d79;
}