Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeff Hendrix <Jeff.Hendrix@wdc.com>2022-10-01 09:40:50 +0300
committerJeff Hendrix <Jeff.Hendrix@wdc.com>2022-10-02 22:45:23 +0300
commitffee3d3935a3da851a81088942e394db3a682e17 (patch)
tree407f63f6b237b0b42363688fcb6f203a48f95bc2 /src
parent0917397880d8eaba4ca8ffb65d9af0e52e252cf0 (diff)
Added support for DJI wtfos MSP-OSD full screen 59x22 OSD
Diffstat (limited to 'src')
-rw-r--r--src/css/tabs/osd.css25
1 files changed, 24 insertions, 1 deletions
diff --git a/src/css/tabs/osd.css b/src/css/tabs/osd.css
index 89db9aef..4375a2ba 100644
--- a/src/css/tabs/osd.css
+++ b/src/css/tabs/osd.css
@@ -453,6 +453,29 @@ button {
width: calc(50% - 317px) !important;
}
+.tab-osd .preview_dji_hd {
+ width: 720px !important;
+ left: calc(50% - 377px) !important;
+}
+
+.tab-osd .dji_hd_43_left {
+ border-left: 1px solid red;
+ position: absolute;
+ left: 72px;
+ height: calc(100% - 27px);
+}
+
+.tab-osd .dji_hd_43_right {
+ border-right: 1px solid red;
+ position: absolute;
+ right: 72px;
+ height: calc(100% - 27px);
+}
+
+.tab-osd .preview_dji_hd_side {
+ width: calc(50% - 377px) !important;
+}
+
.tab-osd .preview {
/* please don't copy the generic background image from another project
* and replace the one that @nathantsoi took :)
@@ -538,7 +561,7 @@ button {
}
.tab-osd .settings select,
-.tab-osd .settings input,
+.tab-osd .settings input,
.tab-osd .osd_settings .switchery,
.tab-osd .unit_wrapper {
vertical-align: top;