1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 08:15:19 +03:00

Make info more specific

This commit is contained in:
Pawel Spychalski (DzikuVx) 2020-04-02 18:27:54 +02:00
parent f916a1f0bd
commit fa7b29be7d
3 changed files with 6 additions and 1 deletions

View file

@ -15,7 +15,7 @@
z-index: 2002;
position: absolute;
width: 500px;
height: 320px;
height: 400px;
overflow-y: auto;
top: 0;
bottom: 0;
@ -31,6 +31,7 @@
.defaults-dialog__info {
font-size: 1.3em;
margin-bottom: 1em;
}
.defaults_btn {