mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Change font presets to new dropdown UI.
This commit is contained in:
parent
4d582f45c8
commit
40cf566771
3 changed files with 29 additions and 17 deletions
|
@ -402,13 +402,17 @@ button {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fontbuttons {
|
||||
.fontpresets_wrapper {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
right: 1.2em;
|
||||
top: .8em;
|
||||
}
|
||||
|
||||
.fontpresets {
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
|
||||
.tab-osd .switchable-field {
|
||||
padding: 3px;
|
||||
border: 1px solid transparent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue