mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
fix css bug
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
height: 52px;
|
height: 52px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
|
display:flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header .avatar {
|
.header .avatar {
|
||||||
@@ -15,7 +16,6 @@
|
|||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
display: inline-block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header .avatar.text-avatar {
|
.header .avatar.text-avatar {
|
||||||
@@ -31,7 +31,6 @@
|
|||||||
line-height: 52px;
|
line-height: 52px;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
display: inline-block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.message.outgoing .author-avatar, .message.outgoing .author {
|
.message.outgoing .author-avatar, .message.outgoing .author {
|
||||||
|
|||||||
Reference in New Issue
Block a user