F diff --git a/css/style.css b/css/style.css
--- a/css/style.css
+++ b/css/style.css
background-color: black;
background-repeat: no-repeat;
background-position: center;
+ background-size: contain;
}
.filecontentsroot, .foldercontents {
F diff --git a/loggedin.js b/loggedin.js
--- a/loggedin.js
+++ b/loggedin.js
let b = `data:image/png;base64,${base64ArrayBuffer(xhr.response)}`;
focus.filecontents.style.backgroundImage = `url('${b}')`;
focus.filecontents.classList.add('imgview');
- focus.filecontents.innerText = "asdf";
}
}
else {