Minor fixes regarding rolls and chat messages
Release Creation / build (release) Successful in 48s

This commit is contained in:
2026-06-10 20:17:45 +02:00
parent ce630feb51
commit c20750caa7
28 changed files with 91 additions and 108 deletions
+4 -7
View File
@@ -647,15 +647,11 @@
.damage-buttons-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-columns: 1fr;
max-width: 280px;
margin: 0 auto;
gap: 8px;
&.monster-damage {
grid-template-columns: 1fr;
max-width: 280px;
margin: 0 auto;
}
.damage-roll-btn {
padding: 10px 14px;
background: linear-gradient(to bottom, #8b4513 0%, #6b3410 100%);
@@ -847,6 +843,7 @@
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 8px;
justify-items: center;
}
}
}