Commit 23f7f5eb authored by Matthew Holt's avatar Matthew Holt

Minor UI tweaks to directory listings

parent bdd145b0
...@@ -11,7 +11,7 @@ const defaultTemplate = `<!DOCTYPE html> ...@@ -11,7 +11,7 @@ const defaultTemplate = `<!DOCTYPE html>
body { body {
padding: 1% 2%; padding: 1% 2%;
font: 16px sans-serif; font: 16px Arial;
} }
header { header {
...@@ -60,7 +60,7 @@ th { ...@@ -60,7 +60,7 @@ th {
text-align: left; text-align: left;
} }
@media (max-width: 650px) { @media (max-width: 700px) {
.hideable { .hideable {
display: none; display: none;
} }
...@@ -71,7 +71,7 @@ th { ...@@ -71,7 +71,7 @@ th {
header, header,
header h1 { header h1 {
font-size: 14px; font-size: 16px;
} }
header { header {
...@@ -80,7 +80,7 @@ th { ...@@ -80,7 +80,7 @@ th {
width: 100%; width: 100%;
background: #333; background: #333;
color: #FFF; color: #FFF;
padding: 10px; padding: 15px;
text-align: center; text-align: center;
} }
...@@ -95,8 +95,8 @@ th { ...@@ -95,8 +95,8 @@ th {
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 0;
width: 35px; width: 40px;
height: 28px; height: 48px;
font-size: 35px; font-size: 35px;
} }
...@@ -105,7 +105,7 @@ th { ...@@ -105,7 +105,7 @@ th {
} }
main { main {
margin-top: 50px; margin-top: 70px;
} }
} }
</style> </style>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment