diff --git a/package.json b/package.json index 8531dd9669..0d25aa9184 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "12.119.0-calc.15-beta.10", + "version": "12.119.0-calc.15-beta.11", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/ui/deck.vue b/packages/client/src/ui/deck.vue index 86d5d49084..a68aa8134d 100644 --- a/packages/client/src/ui/deck.vue +++ b/packages/client/src/ui/deck.vue @@ -38,7 +38,7 @@
- +
@@ -322,7 +322,7 @@ async function deleteProfile() { display: flex; flex-direction: column; justify-content: center; - width: 32px; + width: 44px; > .top, > .middle, > .bottom { > .button { @@ -339,6 +339,11 @@ async function deleteProfile() { > .middle { margin-top: auto; margin-bottom: auto; + + > .new { + font-size: 20px; + background-color: var(--accentedBg); + } } > .bottom {