mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 08:45:28 +03:00
Fix OSD preview under low resolutions
This commit is contained in:
parent
18bff02242
commit
903e5d3d06
2 changed files with 4 additions and 3 deletions
|
@ -477,9 +477,10 @@ button {
|
|||
|
||||
.tab-osd .preview {
|
||||
width: 360px;
|
||||
}
|
||||
float: left;
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
|
||||
.tab-osd .preview {
|
||||
/* please don't copy the generic background image from another project
|
||||
* and replace the one that @nathantsoi took :)
|
||||
*/
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
</div>
|
||||
<div class="cf_column twothird">
|
||||
|
||||
<div class="gui_box grey preview requires-osd-feature" style="float: left; position: fixed;">
|
||||
<div class="gui_box grey preview requires-osd-feature">
|
||||
|
||||
<div class="gui_box_titlebar image">
|
||||
<div class="spacer_box_title">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue