Added options to invite codes

fixed some bugs in sanity check
This commit is contained in:
Michał Gdula 2022-11-08 11:05:09 +00:00
parent c9b81414b0
commit 2443f9b75a
7 changed files with 278 additions and 17 deletions

View file

@ -975,7 +975,7 @@
color: #00000000;
position: relative;
&::after {
&::before {
content: "Hover to show code";
color: $fg;
@ -988,12 +988,26 @@
&:hover {
color: $fg;
&::after {
&::before {
content: "";
}
}
}
.btn-code-reg {
width: auto !important;
display: inline-block !important;
img {
margin: auto 2px;
width: 1.25rem;
height: 1.25rem;
display: block;
}
}
#sanityCheck {
padding: 0;