aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-11-23 18:55:18 -0600
committerEv Bogue <ev@evbogue.com>2019-11-23 18:55:18 -0600
commitcdcbf89b31a823390ab94c9e66e80a71669b273e (patch)
treec3d236cc8985cd647f5cb4dd6c212fa6bce68b77 /css
parent1722c101e1ec4adcb1b016501ca65b804e43ae25 (diff)
clean up and move all config and keys to a settings page
Diffstat (limited to 'css')
-rw-r--r--css/style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index fad1090..2aedb05 100644
--- a/css/style.css
+++ b/css/style.css
@@ -61,6 +61,8 @@ hr {
border-radius: 5px;
}
+#scroller:last-child { margin-bottom: 10em; }
+
.message, .message > *, .navbar, .navbar > * {
animation: fadein .5s;
}
@@ -167,17 +169,18 @@ textarea {
}
form.search, input.search {
- width: 100px;
+ width: 175px;
float: right;
margin: 0;
padding: 0;
+ padding-left: .1em;
color: #f5f5f5;
background: #444;
border-radius: 3px;
}
form.search {
- margin-top: .3em;
+ margin-top: .20em;
}
.navbar li.right {