1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-26 09:45:23 +03:00

Added bars for 4:3 ratio

This commit is contained in:
Darren Lines 2023-01-05 22:53:29 +00:00
parent ea230eaba1
commit 00558d6164
2 changed files with 6 additions and 4 deletions

View file

@ -435,17 +435,17 @@ button {
left: calc(50% - 335px) !important; /* width / 2 + 17 */
}
.tab-osd .avatar_43_left {
.tab-osd .hd_avatar_43_left {
border-left: 2px solid red;
position: absolute;
left: 60px;
left: 77.5px;
height: calc(100% - 27px);
}
.tab-osd .avatar_43_right {
.tab-osd .hd_avatar_43_right {
border-right: 2px solid red;
position: absolute;
right: 60px;
right: 77.5px;
height: calc(100% - 27px);
}