Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
monra
/
freegpt-webui
like
58
Running
App
Files
Files
Community
4
27d38df
freegpt-webui
/
client
/
css
/
checkbox.css
monra
Refactor CSS and HTML
82b391b
over 1 year ago
raw
Copy download link
history
blame
191 Bytes
input
[type=
"checkbox"
]
{
height
:
0
;
width
:
0
;
display
: none;
}
input
:checked
+
label
{
background
:
var
(--blur-border);
}
input
:checked
+
label
:after
{
left
:
calc
(
100%
-
5px
-
20px
);
}