{% extends "base.html" %} {% block css %} /* Styles for the node info card */ #node_info { height: 100%; } /* Styles for the map */ #map { height: 100%; min-height: 400px; } /* Styles for packet details section */ #packet_details { height: 95vh; overflow: scroll; top: 3em; } /* Ensure inline display for details */ div.tab-pane > dl { display: inline-block; } {% endblock %} {% block body %} {% include "search_form.html" %}