mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
• Tooltip integration • Sensor Tab: rework • Help & Documentation Tab: basic styling • Logging Tab: basic styling • PID Tab: some fixes • Added the word „configurator (+ version)“ under the logo • Removed not yet used „help icons“
22 lines
No EOL
677 B
HTML
22 lines
No EOL
677 B
HTML
<div class="tab-help">
|
|
<div class="cf_column twothird">
|
|
<div class="gui_box">
|
|
<div class="gui_box_titlebar">
|
|
<div class="spacer_box_title" i18n="defaultDocumentationHead"></div>
|
|
</div>
|
|
<div class="spacer">
|
|
<p i18n="defaultDocumentation"></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="cf_column third_right">
|
|
<div class="gui_box">
|
|
<div class="gui_box_titlebar">
|
|
<div class="spacer_box_title" i18n="defaultSupportHead"></div>
|
|
</div>
|
|
<div class="spacer">
|
|
<p i18n="defaultSupport"></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |