router.html: Readjust map size to System panel

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2018-02-10 15:19:53 +01:00
parent 49a9c6618f
commit 1a32a823db

View File

@ -14,7 +14,7 @@
<script src="{{ url_for('static', filename='js/graph.js') }}"></script> <script src="{{ url_for('static', filename='js/graph.js') }}"></script>
<style type="text/css"> <style type="text/css">
#map { #map {
height: 405px; height: 467px;
width: 100%; width: 100%;
} }
.navbar, .table-condensed { .navbar, .table-condensed {