From dddb3ff025470805ab91f4c32ca4820151cd11f6 Mon Sep 17 00:00:00 2001 From: johnysigma Date: Sun, 20 Apr 2025 19:00:20 +0000 Subject: [PATCH] Upload files to "html" --- html/options.html | 208 +++++++++++++++++++++++++++++++++------------- html/popup.html | 16 +++- 2 files changed, 161 insertions(+), 63 deletions(-) diff --git a/html/options.html b/html/options.html index 1dac9e5..6209cef 100644 --- a/html/options.html +++ b/html/options.html @@ -3,41 +3,49 @@ Proxy Settings
- +

My Socks5 Proxy Settings

- +
- +

@@ -243,7 +333,7 @@ DeBros Logo This extension was created by DeBros - + It's open source - explore the code and docs here
diff --git a/html/popup.html b/html/popup.html index 7d3ef9b..aa53ad9 100644 --- a/html/popup.html +++ b/html/popup.html @@ -71,9 +71,11 @@ #statusMessage { margin-top: 30px; - font-size: 18px; - font-weight: none; + font-size: 16px; + font-weight: bold; min-height: 30px; + max-width: 100%; + overflow-wrap: break-word; } .button-container-1 { @@ -176,11 +178,17 @@ background-position: center; margin-top: 10px; margin-bottom: 30px; + transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out; + } + + .social-link:hover { + transform: scale(1.2) translateY(-1px); + filter: brightness(1.1); } .social-link.debros { background-image: url('../images/debroslogo.png'); } .social-link.x { background-image: url('../images/x.png'); } - .social-link.docs { background-image: url('../images/github.png'); } + .social-link.docs { background-image: url('../images/gitbros.png'); } .social-link.anyone { background-image: url('../images/anonlogo.png'); } @@ -208,7 +216,7 @@