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:
commit
db60f73d70
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue