2 Commits

Author SHA1 Message Date
Gitea Actions
d1191e27fc Update manifest version to 2.0.2 [▶️] 2025-12-13 06:03:20 +00:00
e5f83a12e3 Update public/style.css
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 9m59s
2025-12-13 06:03:09 +00:00
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{
"version": "2.0.1",
"version": "2.0.2",
"author": "Ivan Carlos"
}

View File

@@ -218,7 +218,6 @@ input:focus, select:focus {
#qrcode canvas {
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
/* History Dropdown Styles */
@@ -299,6 +298,5 @@ footer a:hover {
.card { box-shadow: none; padding: 0; }
.page-header, #form, #history-drop, footer, .btn { display: none !important; }
#result-area { display: block !important; margin: 0; }
#qrcode canvas { box-shadow: none; }
#showssid, #showkey { display: block !important; color: black; }
}