final new post layout fix

This commit is contained in:
ThatOneCalculator 2023-01-03 16:17:21 -08:00
parent 6b7375e7c7
commit 5da72d604f
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "calckey", "name": "calckey",
"version": "13.0.7.14", "version": "13.0.7.15",
"codename": "aqua", "codename": "aqua",
"repository": { "repository": {
"type": "git", "type": "git",

View file

@ -73,7 +73,6 @@ defineProps<{
text-overflow: ellipsis; text-overflow: ellipsis;
grid-row: 2; grid-row: 2;
align-self: flex-start; align-self: flex-start;
margin-left: auto;
} }
> .info { > .info {