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

Overflow blackbox free space to the left

This commit is contained in:
Miguel Angel Mulero Martinez 2018-03-09 18:57:24 +01:00
parent 5244473769
commit 89f3d6e1be

View file

@ -111,6 +111,11 @@
border-radius: 4px;
}
.tab-onboard_logging .dataflash-free,
.tab-onboard_logging .sdcard-free {
direction: rtl;
}
.tab-onboard_logging progress::-webkit-progress-bar {
height: 24px;
background-color: #eee;