diff options
-rw-r--r-- | src/main/resources/css/fileview.css | 6 |
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; } |