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

@ -3,6 +3,13 @@
font-size: var(--font-size-10)
}
&.ellipses {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/* Makes it so that spans are never less than the font size */
&:empty::before {
content: "\200b";
}