From a78c691f94c506b57a30d4b4f00dfdfc097f6ebb Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 3 Jan 2023 11:16:43 -0800 Subject: [PATCH] fixes --- package.json | 2 +- packages/client/src/components/MkNote.vue | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 30a0fc45a..5cec1fdbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "13.0.7.7", + "version": "13.0.7.8", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/components/MkNote.vue b/packages/client/src/components/MkNote.vue index f89b51219..60ad917ce 100644 --- a/packages/client/src/components/MkNote.vue +++ b/packages/client/src/components/MkNote.vue @@ -465,9 +465,14 @@ function readPromo() { max-width: 100%; } + > .name, .info { + grid-row: 1; + } + > .username, .ticker { grid-row: 2; align-self: flex-start; + margin-left: auto; } > .ticker {