mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Update OSD's Font Manager dialog to not have scroll bars by default (PR feedback).
This commit is contained in:
parent
a35452c845
commit
dd8a2912bb
1 changed files with 3 additions and 3 deletions
|
@ -152,8 +152,8 @@
|
|||
|
||||
<!-- Font Manager dialog -->
|
||||
<dialog closedby="any" id="fontmanagerdialog" class="html-dialog" style="width: 750px;">
|
||||
<div class="html-dialog-content" style="height: 430px; overflow-y: scroll;">
|
||||
<div class="font-picker" style="margin-bottom: 10px;">
|
||||
<div class="html-dialog-content" style="overflow-y: scroll;">
|
||||
<div class="font-picker">
|
||||
<h1 class="tab_title" i18n="osdSetupFontPresets"></h1>
|
||||
<!-- Font preview and list -->
|
||||
<label class="font-manager-version-info"></label>
|
||||
|
@ -193,7 +193,7 @@
|
|||
<div class="progressLabel"></div>
|
||||
</div>
|
||||
<!-- Upload button -->
|
||||
<div class="default_btn green">
|
||||
<div class="default_btn green" style="margin-bottom: 0px;">
|
||||
<a class="flash_font active" i18n="osdSetupUploadFont"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue