Symbole (Fenster schließen, maximieren) vereinheitlichen

This commit is contained in:
Ismail Ali
2025-04-17 20:26:37 +02:00
parent ed028d5168
commit 45f5d68190
2 changed files with 14 additions and 3 deletions

View File

@@ -139,14 +139,25 @@ function KueModal({
padding: "10px",
borderRadius: "8px",
border: "none",
position: "relative", // wichtig
},
}}
>
<div className="flex items-center justify-between bg-littwin-blue text-white p-1 rounded-t-lg">
<div className="relative bg-littwin-blue text-white p-1 rounded-t-lg">
<h2 className="text-sm font-bold">KUE Einstellung - Slot {slot + 1}</h2>
<button
onClick={onClose}
className="absolute top-2 right-4 text-white text-xl"
style={{
position: "absolute",
top: "0rem",
right: "0.5rem",
background: "transparent",
border: "none",
fontSize: "1.5rem",
color: "#000",
cursor: "pointer",
zIndex: 10,
}}
>
<i className="bi bi-x-circle-fill"></i>
</button>

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
const webVersion = "1.6.240";
const webVersion = "1.6.241";
export default webVersion;