aboutsummaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css
index 8a42a51..d6c2e3f 100644
--- a/public/style.css
+++ b/public/style.css
@@ -7,7 +7,9 @@ a { color: inherit; }
.body { display: flex; flex-grow: 1; overflow: hidden; }
.header { padding: .25rem .5rem; background: #aaa; color: white;
- border-bottom: 1px solid #444; }
+ border-bottom: 1px solid #444;
+ display: flex; justify-content: space-between; align-items: baseline;
+ column-gap: .5rem; }
ul.sidebar { margin: 0; padding: 0; background: #eee;
border-right: 1px solid #ccc; min-width: 10rem; overflow: auto; }
@@ -47,3 +49,8 @@ ul.sidebar li.child a {
.viewbar li { margin: 0; padding: 0; }
.viewbar meter { width: 1.25rem;
/* background: white; border: 1px solid #ccc; */ }
+
+.similar { padding: .5rem; flex-grow: 1; overflow: auto; }
+.similar h2 { margin: 1em 0 0.5em 0; padding: 0; font-size: 1.2rem; }
+.similar .row { display: flex; }
+.similar .row ul { margin: 0; padding: 0 0 0 1.25em; list-style-type: "- "; }