1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

Merge pull request #2917 from chmelevskij/fix/status-bar-version

use gap for version spacing
This commit is contained in:
haslinghuis 2022-05-09 13:33:22 +02:00 committed by GitHub
commit db60f73d70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}