Fix alignment of emotes and video thumbnails

master
Nikola Forró 6 years ago
parent f72a9cc6de
commit 150eb36879

@ -18,6 +18,10 @@
vertical-align: middle;
}
.mat-column-message_body span, .mat-column-message_body img {
vertical-align: middle;
}
.spacer {
flex: 1 1 auto;
}

@ -10,6 +10,14 @@
flex: 1 1 auto;
}
.mat-column-title {
white-space: nowrap;
}
.mat-column-title img, .mat-column-title a {
vertical-align: middle;
}
.spinner-container {
position: fixed;
left: 50%;

Loading…
Cancel
Save