Basic multiple windows working

This commit is contained in:
Simon Lübeß
2024-09-10 23:02:34 +02:00
parent 352073869f
commit 2e3c0d0aa4
6 changed files with 128 additions and 22 deletions
+6
View File
@@ -43,6 +43,12 @@
margin-top: 6px;
background: linear-gradient(0deg, #7270ed, #6a11ea);
}
button:hover {
box-shadow: none;
margin-left: 6px;
margin-top: 6px;
background: linear-gradient(0deg, #7d2eea, #908ee8);
}
#msg {
visibility: hidden;
opacity: 0;