diff --git a/static/index.html b/static/index.html index 72e900b..7192e18 100644 --- a/static/index.html +++ b/static/index.html @@ -47,7 +47,10 @@
-

Network

+
+ Network Icon +

Network

+
diff --git a/static/style.css b/static/style.css index dc06b6b..9745fd4 100644 --- a/static/style.css +++ b/static/style.css @@ -138,6 +138,17 @@ button:hover { height: 40px; } +.header-icon { + width: 40px; + height: 40px; +} + +.card-header { + display: flex; + align-items: center; + gap: 15px; +} + .collapsible-content { display: none; padding: 20px;