pifpouf
This commit is contained in:
+16
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user