This commit is contained in:
Erwan Lemaire
2025-05-02 13:19:49 +02:00
parent 5889a8111d
commit c35e93975b
14 changed files with 111 additions and 94 deletions
+16 -1
View File
@@ -1,10 +1,25 @@
.window-app.vermineDialog {
max-width: 50vw;
height: fit-content;
.window-content {
background: url(/systems/vermine2047/assets/images/ui/box_background.webp) repeat;
color: black;
}
.flexrow,
details>summary::after {
content: "▶️";
position: relative;
right: 40%;
}
details[open]>summary::after {
content: "🔽"
}
.grid {
justify-content: space-around;
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.555);