summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-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;
}
}