aboutsummaryrefslogtreecommitdiffstats
path: root/browser/static
diff options
context:
space:
mode:
Diffstat (limited to 'browser/static')
-rw-r--r--browser/static/styles.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/browser/static/styles.css b/browser/static/styles.css
index 73379e7..0faa49f 100644
--- a/browser/static/styles.css
+++ b/browser/static/styles.css
@@ -31,7 +31,7 @@ body {
line-height: 24px;
}
-main {
+#container {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
@@ -104,11 +104,11 @@ input[type*="date"]:disabled {
color: var(--gray);
}
-main > aside {
+aside {
width: 250px;
}
-main > .results {
+main {
flex: 1;
overflow-y: scroll;
max-height: 100%;