5 Commits

Author SHA1 Message Date
Gitea Actions
6469f92c12 Update manifest version to 2.0.4 [▶️] 2025-12-13 06:48:39 +00:00
303e1ad89e revert
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 10m0s
2025-12-13 03:48:22 -03:00
Gitea Actions
73da0e732c Update manifest version to 2.0.3 [▶️] 2025-12-13 06:33:07 +00:00
3afbc4d640 Merge branch 'main' of https://git.icc.gg/ivancarlos/wificode
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 9m58s
2025-12-13 03:32:51 -03:00
e8bca48304 remote js 2025-12-13 03:32:33 -03:00
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -218,6 +218,7 @@ input:focus, select:focus {
#qrcode canvas {
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
/* History Dropdown Styles */
@@ -298,5 +299,6 @@ 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; }
}