diff --git a/package.json b/package.json index 2808f2c7ab..a05ecf4ace 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "13.1.3-beta4", + "version": "13.1.3-beta5", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/ui/_common_/navbar-for-mobile.vue b/packages/client/src/ui/_common_/navbar-for-mobile.vue index 0cda5185f8..a5eb905a21 100644 --- a/packages/client/src/ui/_common_/navbar-for-mobile.vue +++ b/packages/client/src/ui/_common_/navbar-for-mobile.vue @@ -34,9 +34,11 @@ - +
+ +
@@ -212,6 +214,13 @@ function more() { } } + > .help { + align-items: center; + display: flex; + padding: 10px; + justify-content: center; + } + > .instance { position: relative; display: flex; diff --git a/packages/client/src/ui/_common_/navbar.vue b/packages/client/src/ui/_common_/navbar.vue index 0659c538b2..357e86faed 100644 --- a/packages/client/src/ui/_common_/navbar.vue +++ b/packages/client/src/ui/_common_/navbar.vue @@ -44,9 +44,11 @@ - +
+ +
@@ -296,7 +298,7 @@ function more(ev: MouseEvent) { margin-left: 1rem; } } - > .info { + > .help { align-items: center; display: flex; padding: 10px;