mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-08 11:23:11 +00:00
Added options to invite codes
fixed some bugs in sanity check
This commit is contained in:
parent
c9b81414b0
commit
2443f9b75a
7 changed files with 278 additions and 17 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue