summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-04-06 13:16:48 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-04-06 13:16:48 +0200
commit28ad068500b86805db16208a7e49c185c6a843aa (patch)
tree11fa913c0372476c59c39f02e11210feb2a0ad93
parentdc3650e24cd76dfc79f841e49f1d6dd3f28c515f (diff)
css: Reduce size of avatars.
-rw-r--r--assets/css/screen.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index 329e1ca..6d91471 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -154,15 +154,15 @@ table {
@media (min-width: 768px) {
.conversation .avatar {
- height: 64px;
- width: 64px;
+ height: 48px;
+ width: 48px;
border: 1px solid #ddd;
border-radius: 6px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
- font-size: 58px;
+ font-size: 32px;
position: absolute;
}
}
@@ -173,7 +173,7 @@ table {
@media (min-width: 768px) {
.message {
- margin-left: 80px;
+ margin-left: 65px;
}
}