This commit is contained in:
WBHarry 2026-03-15 23:09:26 +01:00
parent 98a28ac7b9
commit 5ee86e258b
6 changed files with 6 additions and 37 deletions

View file

@ -24,7 +24,7 @@
}
}
.intiator-container {
.initiator-container {
margin-top: 8px;
display: grid;
grid-template-columns: 1fr 1fr;

View file

@ -104,37 +104,6 @@
filter: drop-shadow(0 0 8px var(--golden));
}
}
// width: 100%;
// display: flex;
// align-items: center;
// justify-content: space-evenly;
// .roll-button {
// position: relative;
// display: flex;
// justify-content: center;
// .roll-label {
// position: absolute;
// top: 8px;
// width: 60px;
// text-align: center;
// padding: 2px;
// background: light-dark(darkblue, gold);
// color: light-dark(white, black);
// border-radius: 6px;
// border: 1px solid light-dark(white, black);
// }
// img {
// height: 80px;
// }
// }
// .delete-button i {
// font-size: 40px;
// }
}
.roll-data {