mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed timestamp overflow on comments
This commit is contained in:
parent
dfcda6ca0f
commit
deb8c27eca
1 changed files with 8 additions and 0 deletions
|
@ -28,4 +28,12 @@
|
||||||
:global(.green) {
|
:global(.green) {
|
||||||
color: $wisegreen;
|
color: $wisegreen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& :last-child::after {
|
||||||
|
display: inline-block;
|
||||||
|
content: " ";
|
||||||
|
height: 1em;
|
||||||
|
width: 120px;
|
||||||
|
flex: 0 0 120px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue