aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2020-01-05 17:35:17 -0600
committerEv Bogue <ev@evbogue.com>2020-01-05 17:35:17 -0600
commit8b1e4b587d2c8f7818d8d8745cdabada9e0d41d0 (patch)
treed156718db23fb7165e9eedd5f5a3e04056294da6 /css/style.css
parentedf8b1193d82e7976c6c819aa1d25d54cc2c1858 (diff)
add profile photos to navbar and limit number of mentions that arrive
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index ba2313a..383d6b9 100644
--- a/css/style.css
+++ b/css/style.css
@@ -180,7 +180,7 @@ textarea {
z-index: 1000;
margin: 0;
padding-top: .33em;
- padding-bottom: .27em;
+ padding-bottom: .4em;
left: 0; right: 0;
top: 0;
}
@@ -236,7 +236,7 @@ form.search {
}
.profileAvatar { width: 75px; vertical-align: top; border-radius: 5px; object-fit: cover; margin-right: .25em; margin-bottom: .25em;}
-.avatar { width: 25px; height: 25px; vertical-align: middle; object-fit: cover; border-radius: 5px; margin-right: .2em; }
+.avatar { width: 25px; height: 25px; vertical-align: middle; object-fit: cover; border-radius: 5px; margin-right: .5em; }
.image { width: 75px; height: 75px; object-fit: cover; margin-right: .2em; border-radius: 5px; cursor: pointer;}