summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/screen.css25
1 files changed, 16 insertions, 9 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index 7ebdf38..4177f5e 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -124,15 +124,22 @@ table {
}
.conversation .avatar {
- height: 64px;
- width: 64px;
- border: 1px solid #ddd;
- border-radius: 6px;
- color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 58px;
+ display: none;
+}
+
+@media (min-width: 768px) {
+ .conversation .avatar {
+ height: 64px;
+ width: 64px;
+ border: 1px solid #ddd;
+ border-radius: 6px;
+ color: #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 58px;
+ position: absolute;
+ }
}
.address + .address:before {