Styling fixes

This commit is contained in:
2019-08-10 19:50:20 +02:00
parent cba6372c19
commit 7accbdef4e
4 changed files with 11 additions and 13 deletions

View File

@@ -118,7 +118,7 @@ var Sharebar = {
if (navigator.share) {
navigator.share({
title: Viewer.title,
text: "Get this file from Pixeldrain!",
text: "Download " + Viewer.title + " here",
url: window.location.href
});
return;

View File

@@ -152,11 +152,14 @@ body{
width: 100%;
padding: 5px 5px 5px 20px;
box-sizing: border-box;
overflow-y: scroll;
overflow-x: hidden;
}
.pre-container{
.text-container > pre {
white-space: pre-wrap;
word-wrap: break-word;
overflow: hidden;
}
.pannable{