Small chat dice fix

This commit is contained in:
Mandar
2021-03-02 02:26:25 +01:00
parent 035f982d7f
commit d043949b0f
3 changed files with 23 additions and 6 deletions

View File

@@ -291,7 +291,7 @@
bottom: 0;
right: 0;
border-radius: 0.15rem;
padding: 0 0.1rem 0 0.15rem;
padding: 0 0.15rem;
font-size: 0.65rem;
line-height: 1rem;
width: 0.65rem;
@@ -326,6 +326,7 @@
}
}
}
tr:first-child .dice-ct {
&:before {
display: none;
@@ -506,4 +507,7 @@
}
}
}
#context-menu {
max-width: none;
}
}