From d2466892429087acc4adc45bdf1de52ee1227852 Mon Sep 17 00:00:00 2001
From: idk <hankhill19580@gmail.com>
Date: Fri, 23 Jul 2021 17:01:52 -0400
Subject: [PATCH] Address some font size, section size, and spacing issues on
 proxy.css

---
 apps/i2ptunnel/resources/proxy/css/dark/proxy.css | 15 +++++----------
 .../i2ptunnel/resources/proxy/css/light/proxy.css | 14 ++++----------
 2 files changed, 9 insertions(+), 20 deletions(-)

diff --git a/apps/i2ptunnel/resources/proxy/css/dark/proxy.css b/apps/i2ptunnel/resources/proxy/css/dark/proxy.css
index 270bb837c6..cfa16d1f6c 100644
--- a/apps/i2ptunnel/resources/proxy/css/dark/proxy.css
+++ b/apps/i2ptunnel/resources/proxy/css/dark/proxy.css
@@ -172,6 +172,7 @@ hr:last-child {
     border-bottom-left-radius: 2px;
     background-position: initial initial;
     background-repeat: initial initial;
+    min-height: 165px;
 }
 
 .logo hr {
@@ -200,6 +201,7 @@ hr:last-child {
     padding: 10px 25px 20px 75px;
     text-align: start;
     margin: 0px 10px;
+    min-height: 165px;
 }
 
 .warning:not(old) {
@@ -209,6 +211,7 @@ hr:last-child {
     background-size: 54px, 100%;
     background-position: 10px calc(50% + 32px);
     background-repeat: no-repeat;
+    background-image: url(/themes/console/images/itoopie_sm.png);
 }
 
 .warning h3 {
@@ -235,7 +238,7 @@ hr:last-child {
     margin: 2px;
     float: none;
     display: inline-block;
-    width: 80%;
+    width: 96%;
     border-width: 1px;
     border-radius: 12px;
     vertical-align: middle;
@@ -254,15 +257,7 @@ hr:last-child {
 }
 
 #jumplinks > h4 {
-    text-align: center;
-    font-size: 1.1rem;
-}
-
-#warning > a {
-    font-size: 1.1rem;
-}
-
-span b {
+    text-align: left;
     font-size: 1.1rem;
 }
 
diff --git a/apps/i2ptunnel/resources/proxy/css/light/proxy.css b/apps/i2ptunnel/resources/proxy/css/light/proxy.css
index bbb63dbaf2..7fa4409c05 100644
--- a/apps/i2ptunnel/resources/proxy/css/light/proxy.css
+++ b/apps/i2ptunnel/resources/proxy/css/light/proxy.css
@@ -46,6 +46,7 @@ img {
     box-shadow: rgb(187, 187, 255) 0px 0px 0px 1px inset;
     background-position: initial initial;
     background-repeat: initial initial;
+    min-height: 175px;
 }
 
 .logo hr {
@@ -83,6 +84,7 @@ img {
     border-bottom-left-radius: 2px;
     background-color: rgb(248, 248, 255);
     box-shadow: rgb(187, 187, 255) 0px 0px 0px 1px inset;
+    min-height: 165px;
 }
 
 .warning:not(old) {
@@ -245,7 +247,7 @@ h3 {
     margin: 2px;
     float: none;
     display: inline-block;
-    width: 80%;
+    width: 96%;
     border-width: 1px;
     border-radius: 12px;
     vertical-align: middle;
@@ -271,15 +273,7 @@ h3 {
 
 
 #jumplinks > h4 {
-    text-align: center;
-    font-size: 1.1rem;
-}
-
-#warning > a {
-    font-size: 1.1rem;
-}
-
-span b {
+    text-align: left;
     font-size: 1.1rem;
 }
 
-- 
GitLab