mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Avatar and Sender Profile alignment, along with reducing the distance between initial messages and the previous one
This commit is contained in:
parent
bdaa9faea0
commit
0b1fc1b925
1 changed files with 3 additions and 2 deletions
|
@ -17,7 +17,7 @@ limitations under the License.
|
|||
.mx_EventTile {
|
||||
max-width: 100%;
|
||||
clear: both;
|
||||
padding-top: 24px;
|
||||
padding-top: 18px;
|
||||
font-size: 14px;
|
||||
position: relative;
|
||||
}
|
||||
|
@ -28,7 +28,7 @@ limitations under the License.
|
|||
|
||||
.mx_EventTile_avatar {
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
top: 14px;
|
||||
left: 8px;
|
||||
cursor: pointer;
|
||||
z-index: 2;
|
||||
|
@ -56,6 +56,7 @@ limitations under the License.
|
|||
padding-bottom: 0px;
|
||||
padding-top: 0px;
|
||||
margin: 0px;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.mx_EventTile .mx_MessageTimestamp {
|
||||
|
|
Loading…
Reference in a new issue