Fix CSS issues and add omen re-roll function
Release Creation / build (release) Successful in 42s

This commit is contained in:
2026-05-23 09:19:32 +02:00
parent 7beda6c331
commit 7f758afa56
46 changed files with 259 additions and 196 deletions
+18 -1
View File
@@ -118,7 +118,9 @@
padding-right: 1.3rem;
background-image: linear-gradient(45deg, transparent 50%, rgba(196, 154, 69, 0.78) 50%), linear-gradient(135deg, rgba(196, 154, 69, 0.78) 50%, transparent 50%), linear-gradient(180deg, rgba(171, 139, 104, 0.04), transparent 60%);
background-position: calc(100% - 11px) calc(50% - 2px), calc(100% - 7px) calc(50% - 2px), 0 0;
background-size: 4px 4px, 4px 4px, auto;
background-size: 4px 4px,
4px 4px,
auto;
background-repeat: no-repeat;
}
.application.mgne textarea {
@@ -261,6 +263,21 @@
#combat .combat-controls .mgne-flee-control:disabled {
opacity: 0.5;
}
#pause > img {
content: url("../assets/ui/machine_god_skull.png");
animation: none;
width: 260px;
height: auto;
filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.8));
}
#pause figcaption {
font-family: "CastorTwoMGNE", "Palatino Linotype", serif;
font-size: 2rem;
font-weight: bold;
color: #a67054;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.9), 1px 1px 2px #000;
letter-spacing: 2px;
}
.application.mgne .mgne-sheet {
display: flex;
flex-direction: column;