StreamsList message image size added

This commit is contained in:
svetlagasheva 2020-03-27 15:15:50 +02:00
parent b4be6d94af
commit a8cb0375eb

View file

@ -27,17 +27,20 @@
margin-bottom: 1rem;
}
.image, .label, .description {
.image {
flex: none;
width: 10rem;
}
.label {
flex: none;
font-size: 1.4rem;
text-align: center;
color: @color-surface-light5-90;
}
.description {
flex: none;
text-align: center;
color: @color-surface-dark1-90;
}