aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorMarvin Borner2019-05-13 22:32:39 +0200
committerMarvin Borner2019-05-13 22:32:39 +0200
commite1ea0eca755dc0176a03d131168e256f562527f2 (patch)
treedb3e44ae89efb415f86fd6060a864ca11bf1e0f6 /src/main/resources
parent59b910056f2e171d60ef635d6bca7308b3c617d2 (diff)
Improved HTML preview
Co-authored-by: LarsVomMars <lars@kroenner.eu>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/css/fileview.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/css/fileview.css b/src/main/resources/css/fileview.css
index 24855aa..29d9a32 100644
--- a/src/main/resources/css/fileview.css
+++ b/src/main/resources/css/fileview.css
@@ -12,6 +12,12 @@ html, body {
overflow: visible;
}
+iframe.preview {
+ background: #fff;
+ width: 100%;
+ height: 100%;
+}
+
.icon, .italic, .bold, .header {
font-size: 20px;
}