Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mythus
/
Teledrive5.3
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Teledrive5.3
/
electron
/
assets
/
css
/
no-topbar.css
Mythus
Upload 224 files
7262ac3
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
139 Bytes
/* No topbar */
#webview
{
position
: absolute;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
display
: inline-flex
!important
;
}