mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Merge pull request #2917 from chmelevskij/fix/status-bar-version
use gap for version spacing
This commit is contained in:
commit
db60f73d70
1 changed files with 1 additions and 1 deletions
|
@ -92,6 +92,7 @@ export default {
|
||||||
#status-bar {
|
#status-bar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
gap: 10px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
@ -103,7 +104,6 @@ export default {
|
||||||
|
|
||||||
#status-bar > * ~ * {
|
#status-bar > * ~ * {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
margin-left: 10px;
|
|
||||||
border-left: 1px solid #7d7d79;
|
border-left: 1px solid #7d7d79;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue