diff options
Diffstat (limited to 'src/main/resources/css/fileview.css')
-rw-r--r-- | src/main/resources/css/fileview.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/css/fileview.css b/src/main/resources/css/fileview.css index 4e24b33..68c3f86 100644 --- a/src/main/resources/css/fileview.css +++ b/src/main/resources/css/fileview.css @@ -3,14 +3,14 @@ html, body { overflow: hidden; } -.preview, .switch, .settings { +.preview, .modify, .switch, .settings { display: none; } .prettyprint, .preview { position: absolute; height: 100%; - width: 100%; + max-width: 100vmin; border: none !important; overflow: visible; } |