From dae3added4d9a0f069e63e0382b4ee0c366b34a8 Mon Sep 17 00:00:00 2001 From: Matt307082 Date: Tue, 9 Jul 2024 16:57:05 +0200 Subject: [PATCH] new console icon --- var/www/html/apps.html | 3 ++- var/www/html/banIp.html | 3 ++- var/www/html/banLogin.html | 3 ++- var/www/html/icons/abconsole.svg | 12 ++++++------ var/www/html/index.html | 3 ++- var/www/html/styles/style.css | 26 ++++++++++++++++++-------- var/www/html/webfront.html | 3 ++- 7 files changed, 34 insertions(+), 19 deletions(-) diff --git a/var/www/html/apps.html b/var/www/html/apps.html index cf0f95d..3ae8ace 100644 --- a/var/www/html/apps.html +++ b/var/www/html/apps.html @@ -25,7 +25,8 @@
- console-iconconsole + console-icon + console-icon
diff --git a/var/www/html/banIp.html b/var/www/html/banIp.html index a040eea..bb1204d 100644 --- a/var/www/html/banIp.html +++ b/var/www/html/banIp.html @@ -25,7 +25,8 @@
- console-iconconsole + console-icon + console-icon
diff --git a/var/www/html/banLogin.html b/var/www/html/banLogin.html index eb74b8f..52a4d54 100644 --- a/var/www/html/banLogin.html +++ b/var/www/html/banLogin.html @@ -25,7 +25,8 @@
- console-iconconsole + console-icon + console-icon
diff --git a/var/www/html/icons/abconsole.svg b/var/www/html/icons/abconsole.svg index f330dda..af49383 100644 --- a/var/www/html/icons/abconsole.svg +++ b/var/www/html/icons/abconsole.svg @@ -1,4 +1,4 @@ - + background @@ -6,16 +6,16 @@ Layer 1 - + - + - + - + - $ + console \ No newline at end of file diff --git a/var/www/html/index.html b/var/www/html/index.html index 837140c..b2ad0eb 100644 --- a/var/www/html/index.html +++ b/var/www/html/index.html @@ -26,7 +26,8 @@
- console-iconconsole + console-icon + console-icon
diff --git a/var/www/html/styles/style.css b/var/www/html/styles/style.css index 8b85d65..f7970f3 100644 --- a/var/www/html/styles/style.css +++ b/var/www/html/styles/style.css @@ -45,15 +45,18 @@ a { margin-top: 10px; } -.upper-left img{ - height: 24px; - width: 24px; - margin-right: 10px; +#abconsole{ + height: 50px; +} + +#abcdesktop{ + display: none; } .upper-left hr { color: #fff; width: 100%; + margin: 0 0; } .sidebar { @@ -217,7 +220,8 @@ a { .add-app-modal-footer { display: flex; justify-content: end; - gap: 10px; + gap: 10px; height: 60px; + width: 9vw; margin-top: 10px; } @@ -272,8 +276,14 @@ pre { text-align: center; } - .upper-left img{ - margin-right: 0px; + #abconsole{ + display: none; + } + + #abcdesktop{ + display: block; + height: 24px; + width: 24px; } .wrapper{ @@ -315,7 +325,7 @@ pre { font-size: 0.75em; } - .upper-left img{ + #abcdesktop{ height: 16px; width: 16px; } diff --git a/var/www/html/webfront.html b/var/www/html/webfront.html index e288ba8..159c4b6 100644 --- a/var/www/html/webfront.html +++ b/var/www/html/webfront.html @@ -25,7 +25,8 @@
- console-iconconsole + console-icon + console-icon