mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03: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;
|
||||
}
|
||||
|
||||
.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;
|
||||
|
|
Loading…
Reference in a new issue