RC-97 | Add Context Menu for embedded weapons

This commit is contained in:
Oliver-Akins 2025-01-13 23:21:58 -07:00
parent fe90172656
commit bd92e6928a
7 changed files with 77 additions and 6 deletions

View file

@ -91,13 +91,18 @@
display: grid;
grid-template-columns: subgrid;
grid-template-rows: subgrid;
overflow-y: auto;
thead,
tbody,
tr {
display: contents;
}
td {
display: flex;
flex-direction: row;
align-items: center;
gap: 4px;
}
.row-alt > * {
background: inherit;
}