1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-26 17:55:24 +03:00

Remove right margin for .helpicon in .gui_box_titlebar (#4117)

This commit is contained in:
bfmvsa 2024-07-30 15:10:31 +02:00 committed by GitHub
parent d328813d80
commit 66fb5ffcbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1130,7 +1130,7 @@ dialog {
margin-top: -3px; margin-top: -3px;
} }
.helpicon { .helpicon {
margin-top: 0px; margin: 0;
} }
} }
.gui_box_bottombar { .gui_box_bottombar {