aboutsummaryrefslogtreecommitdiffstats
path: root/css/style.css
diff options
context:
space:
mode:
authoradam <adam@>2021-02-15 11:09:03 +0200
committeradam <adam@>2021-02-15 11:09:03 +0200
commitceb1706e1caf92054bbc6291a70824f16e30eff0 (patch)
treef61414f03c85753790b39603c5906fe1209be328 /css/style.css
parentf4e5ef20b3d0dd21867f24db5bea2b2137abe1e1 (diff)
parente2ab5591cc6d30b1fa26e094b2c50aa7879cdd88 (diff)
downloadfileup-ceb1706e1caf92054bbc6291a70824f16e30eff0.tar.gz
Merge https://github.com/alexvitkov/india
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css30
1 files changed, 28 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index 619c4d8..09456a3 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,3 +1,4 @@
+
html, body {
margin: 0;
height: 100%;
@@ -307,8 +308,32 @@ input[type=submit]:hover {
}
.filecontents {
- padding: 0.8rem;
- font-size: 1.1rem;
+ font-family: monospace;
+}
+
+.filecontents.imgview {
+ background-color: black;
+ background-repeat: no-repeat;
+ background-position: center;
+}
+
+.filecontentsroot, .foldercontents {
+ display: flex;
+ flex-direction: column;
+}
+
+.filecontents {
+ overflow-y: scroll;
+}
+[contenteditable] {
+ outline: 0px solid transparent;
+}
+
+pre {
+ font-size: 1.3rem;
+ min-height: 100%;
+ margin: 0.3rem;
+ box-sizing: border-box;
}
.window h3,
@@ -465,3 +490,4 @@ input[type=submit]:hover {
.close_button:hover {
background: white;
}
+