diff --git a/public_html/index.html b/public_html/index.html index db7cff5..88c0744 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -206,7 +206,7 @@ - ICAO + ICAO Flag FLIGHT REGISTRATION diff --git a/public_html/script.js b/public_html/script.js index d65086b..0571aee 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -1144,7 +1144,7 @@ function showMap() { $("#splitter").show(); $("#sudo_buttons").show(); $("#show_map_button").hide(); - $("#sidebar_container").width("460px"); + $("#sidebar_container").width("470px"); setColumnVisibility(); setSelectedInfoBlockVisibility(); updateMapSize(); diff --git a/public_html/style.css b/public_html/style.css index 9d2c9c9..9174ff5 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -89,7 +89,7 @@ html, body { #sidebar_container { display: flex; - width: 460px; + width: 470px; left: 0 !important; }