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

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/css/main.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/main.less b/src/css/main.less
index baa30765..78d4a62f 100644
--- a/src/css/main.less
+++ b/src/css/main.less
@@ -2147,14 +2147,14 @@ button.active {
top: 0;
left: -304px;
bottom: 0;
- width: 300px;
+ width: 300px !important;
transition: all 0.3s;
}
.tab_container.reveal {
left: 0;
}
#content {
- width: 100%;
+ width: 100% !important;
}
dialog {
position: fixed;