aboutsummaryrefslogtreecommitdiffstats
path: root/css/style.css
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2021-02-15 10:53:06 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2021-02-15 10:53:06 +0200
commit31533d6c9c94e23148c5d39ebcac3a59dc5acf62 (patch)
tree1d677bfa5b76eaefe0f1cc5009911fbf6f95c5b4 /css/style.css
parentb6930703bb100ff3dc3637c5150b6ab993c1275a (diff)
downloadfileup-31533d6c9c94e23148c5d39ebcac3a59dc5acf62.tar.gz
Image viewer now sucke less
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 619c4d8..bc625a6 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,3 +1,4 @@
+
html, body {
margin: 0;
height: 100%;
@@ -306,6 +307,17 @@ input[type=submit]:hover {
background: white;
}
+.filecontents.imgview {
+ background-color: black;
+ background-repeat: no-repeat;
+ background-position: center;
+}
+
+.filecontentsroot, .foldercontents {
+ display: flex;
+ flex-direction: column;
+}
+
.filecontents {
padding: 0.8rem;
font-size: 1.1rem;
@@ -465,3 +477,4 @@ input[type=submit]:hover {
.close_button:hover {
background: white;
}
+