diff options
-rw-r--r-- | css/style.css | 1 | ||||
-rw-r--r-- | loggedin.js | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index b99d13f..ef22be7 100644 --- a/css/style.css +++ b/css/style.css @@ -315,6 +315,7 @@ input[type=submit]:hover { background-color: black; background-repeat: no-repeat; background-position: center; + background-size: contain; } .filecontentsroot, .foldercontents { diff --git a/loggedin.js b/loggedin.js index 4f81f34..f015658 100644 --- a/loggedin.js +++ b/loggedin.js @@ -337,7 +337,6 @@ function openfile_nondir() { 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 { |