mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-01 16:51:52 +01:00
fix message tile layout a bit
This commit is contained in:
parent
bfe0cdcfd1
commit
20f1c075fc
@ -15,14 +15,16 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_MessageTile {
|
.mx_MessageTile {
|
||||||
width: 100%;
|
max-width: 100%;
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
|
margin-left: 56px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageTile_avatar {
|
.mx_MessageTile_avatar {
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
|
margin-left: -56px;
|
||||||
margin-top: -7px;
|
margin-top: -7px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
@ -30,6 +32,7 @@ limitations under the License.
|
|||||||
.mx_MessageTile .mx_SenderProfile {
|
.mx_MessageTile .mx_SenderProfile {
|
||||||
color: #acacac;
|
color: #acacac;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
margin-bottom: 4px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user