mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
Adjust tab badding so that the new dataflash tab doesn't cause the tabs
to wrap.
This commit is contained in:
parent
400ac563c9
commit
07760e717c
1 changed files with 2 additions and 4 deletions
6
main.css
6
main.css
|
@ -271,7 +271,7 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
|
|
||||||
#tabs li {
|
#tabs li {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 5px;
|
margin-right: 4px;
|
||||||
|
|
||||||
border: 1px solid #848484;
|
border: 1px solid #848484;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
@ -282,9 +282,7 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
|
|
||||||
height: 15px;
|
height: 15px;
|
||||||
|
|
||||||
padding: 5px;
|
padding: 5px 4px;
|
||||||
padding-left: 6px;
|
|
||||||
padding-right: 6px;
|
|
||||||
|
|
||||||
background-color: #d0d0d0;
|
background-color: #d0d0d0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue