mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Move the time to the right
This commit is contained in:
parent
4d09d24e00
commit
f649f60b5b
1 changed files with 4 additions and 2 deletions
|
@ -99,12 +99,14 @@
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status.large > .container > .meta {
|
.status > .container > .meta {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
min-height: 50px;
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
.status.large > .container > .meta {
|
||||||
|
min-height: 50px;
|
||||||
|
}
|
||||||
.status > .container > .meta .arrow {
|
.status > .container > .meta .arrow {
|
||||||
color: var(--reply-to-color);
|
color: var(--reply-to-color);
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
Loading…
Reference in a new issue