1
0
Fork 0

Move the time to the right

This commit is contained in:
Lim Chee Aun 2022-12-12 22:56:38 +08:00
parent 4d09d24e00
commit f649f60b5b

View file

@ -99,12 +99,14 @@
min-width: 0;
}
.status.large > .container > .meta {
.status > .container > .meta {
display: flex;
gap: 8px;
min-height: 50px;
justify-content: space-between;
}
.status.large > .container > .meta {
min-height: 50px;
}
.status > .container > .meta .arrow {
color: var(--reply-to-color);
vertical-align: middle;