diff --git a/core/constants.py b/core/constants.py index 0a9788f..5ae974f 100644 --- a/core/constants.py +++ b/core/constants.py @@ -4,7 +4,7 @@ from data.sig import SIG # General software SOFTWARE_NAME = "Spothole by M0TRT" -SOFTWARE_VERSION = "1.1.1" +SOFTWARE_VERSION = "1.2-pre" # HTTP headers used for spot providers that use HTTP HTTP_HEADERS = {"User-Agent": SOFTWARE_NAME + ", v" + SOFTWARE_VERSION + " (operated by " + SERVER_OWNER_CALLSIGN + ")"} diff --git a/templates/spots.html b/templates/spots.html index 745200c..c7b94eb 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -17,17 +17,17 @@

- + - + - + - - + +

diff --git a/webassets/css/style.css b/webassets/css/style.css index 9fd8dcc..98253a6 100644 --- a/webassets/css/style.css +++ b/webassets/css/style.css @@ -349,6 +349,9 @@ div.band-spot:hover span.band-spot-info { max-height: 26em; overflow: scroll; } + input#search { + max-width: 7em; + } } @media (min-width: 992px) {