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

Adjust header bar in mobile devices (#3925)

This commit is contained in:
Míguel Ángel Mulero Martínez 2024-05-01 14:05:51 +02:00 committed by GitHub
parent 5cce278188
commit 6b71569af7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2049,11 +2049,11 @@ button.active {
display: none !important;
}
.headerbar {
height: 56px;
height: fit-content;
background: rgba(0, 0, 0, 0.15);
flex-wrap: wrap;
align-content: flex-start;
padding-top: 12px;
padding-top: 6px;
box-sizing: border-box;
transition: all 0.2s;
}
@ -2093,6 +2093,10 @@ button.active {
margin: 0;
zoom: 0.6;
}
.web-port-picker {
order: 5;
padding-top: 5px;
}
#port-picker {
display: none !important;
order: 5;
@ -2121,6 +2125,8 @@ button.active {
flex-grow: 1;
}
#portsinput {
display: flex;
gap: 5px;
flex-grow: 1;
margin-right: 0;
}