Symbole (Fenster schließen, maximieren) vereinheitlichen
This commit is contained in:
@@ -139,14 +139,25 @@ function KueModal({
|
|||||||
padding: "10px",
|
padding: "10px",
|
||||||
borderRadius: "8px",
|
borderRadius: "8px",
|
||||||
border: "none",
|
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>
|
<h2 className="text-sm font-bold">KUE Einstellung - Slot {slot + 1}</h2>
|
||||||
<button
|
<button
|
||||||
onClick={onClose}
|
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>
|
<i className="bi bi-x-circle-fill"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -6,5 +6,5 @@
|
|||||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||||
|
|
||||||
*/
|
*/
|
||||||
const webVersion = "1.6.240";
|
const webVersion = "1.6.241";
|
||||||
export default webVersion;
|
export default webVersion;
|
||||||
|
|||||||
Reference in New Issue
Block a user