diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 3981bb1..6c56f77 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -15,4 +15,7 @@ export default { "power on": "PowerOn", "power off": "PowerOff", "stop plan": "StopPlan", + "other setting": "Other", + close: "Close", + logout: "Logout", }; diff --git a/src/pad/BottomBar.vue b/src/pad/BottomBar.vue index 8f3320c..e8ba83b 100644 --- a/src/pad/BottomBar.vue +++ b/src/pad/BottomBar.vue @@ -11,8 +11,7 @@ v-model="tab" dense inline-label - class="text-white bg-accent" - :class="'col-' + ($store.state.landspace ? '8' : '12')" + class="col-12 text-white bg-accent" style="border: none" active-color="secondary" indicator-color="secondary" diff --git a/src/pad/TopToolbar.vue b/src/pad/TopToolbar.vue index 689c83a..84350f7 100644 --- a/src/pad/TopToolbar.vue +++ b/src/pad/TopToolbar.vue @@ -4,86 +4,95 @@ style="flex-wrap: wrap" > - @@ -144,11 +154,13 @@ +