Quellcode durchsuchen

auto update script executed

Toby Chui vor 1 Jahr
Ursprung
Commit
6e333e2339
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      web/components/tcpprox.html
  2. 1 1
      web/main.css

+ 1 - 1
web/components/tcpprox.html

@@ -8,7 +8,7 @@
         <h4>TCP Proxy Rules</h4>
         <p>A list of TCP proxy rules created on this host. To enable them, use the toggle button on the right.</p>
         <div style="overflow-x: auto; min-height: 400px;">
-            <table id="proxyTable" class="ui celled unstackable table">
+            <table id="proxyTable" class="ui celled basic unstackable table">
                 <thead>
                     <tr>
                         <th>Name</th>

+ 1 - 1
web/main.css

@@ -523,7 +523,7 @@ body{
     position: absolute;
     bottom: 0.3em;
     left: 0.2em;
-    font-size: 2em;
+    font-size: 1.4em;
     color:rgb(224, 224, 224);
     opacity: 0.7;
     pointer-events: none;