RC-97 | Add Context Menu for embedded weapons
This commit is contained in:
parent
fe90172656
commit
bd92e6928a
7 changed files with 77 additions and 6 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue