diff --git a/espid2sensor/package.json b/espid2sensor/package.json index d3e09d7..59b15bf 100644 --- a/espid2sensor/package.json +++ b/espid2sensor/package.json @@ -1,6 +1,6 @@ { "name": "espid2sensor", - "version": "1.6.1", + "version": "1.6.2", "date": "2026-08-07", "type": "module", "description": "Kleine Webapp ESP-ID <-> Sensornummer, speichern in MongoDB", diff --git a/espid2sensor/public/styles.css b/espid2sensor/public/styles.css index 16a1717..5afc4fb 100644 --- a/espid2sensor/public/styles.css +++ b/espid2sensor/public/styles.css @@ -28,15 +28,7 @@ #logoutBtn { margin-left: auto; - align-self: center; - color: #333; - font-weight: 500; text-decoration: none; - padding: 0.7rem 1.5rem; -} - -#logoutBtn:hover { - text-decoration: underline; } /* Modal Fehlerfenster */ diff --git a/espid2sensor/views/index.pug b/espid2sensor/views/index.pug index f6e0584..8a1cc7a 100644 --- a/espid2sensor/views/index.pug +++ b/espid2sensor/views/index.pug @@ -14,7 +14,7 @@ html(lang="de") button.tab-btn#tabProfile(type="button" onclick="showTab('profile')") Profil if isAdmin button.tab-btn#tabUser(type="button" onclick="showTab('user')") User - a#logoutBtn(href="/logout") Logout + a.tab-btn#logoutBtn(href="/logout") Logout // Eingabe-Tab div#tabInputContent.tab-content