summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Tsyganova <ATSyganova@IBS.RU>2022-07-22 11:44:37 +0300
committerAnna Tsyganova <ATSyganova@IBS.RU>2022-07-22 11:44:37 +0300
commitee6cd5932a8ceda40b8d5446d9926f184629ac62 (patch)
treeb525243892cc3cb39b2178d058682dac34fe5036
parent9c3f13239953c79962c50015062de147b4661760 (diff)
downloadwebui-vue-ee6cd5932a8ceda40b8d5446d9926f184629ac62.tar.xz
SILABMC-191: Increase height of navigation buttons
-rw-r--r--src/components/_sila/AppNavigation/AppNavigation.vue5
-rw-r--r--src/locales/en-US.json3
2 files changed, 7 insertions, 1 deletions
diff --git a/src/components/_sila/AppNavigation/AppNavigation.vue b/src/components/_sila/AppNavigation/AppNavigation.vue
index a03a1cd0..99d1195d 100644
--- a/src/components/_sila/AppNavigation/AppNavigation.vue
+++ b/src/components/_sila/AppNavigation/AppNavigation.vue
@@ -115,6 +115,8 @@ svg {
outline: none;
& > a {
border-bottom: 1px solid $gray-20;
+ padding-top: 0.7rem;
+ padding-bottom: 0.7rem;
}
}
@@ -199,6 +201,9 @@ svg {
.nav-item > button {
border-bottom: 1px solid $gray-20;
+ font-weight: 500;
+ padding-top: 0.7rem;
+ padding-bottom: 0.7rem;
}
.nav-container {
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index ecdf71ad..719a6abe 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -131,7 +131,8 @@
"keyClear": "@:appPageTitle.keyClear",
"staticInfo": "Static Information",
"fans": "@:appPageTitle.fans",
- "processors": "@:appPageTitle.processors"
+ "processors": "@:appPageTitle.processors",
+ "dynamicInformation": "@:appPageTitle.dynamicInformation"
},
"appPageTitle": {
"changePassword": "Change password",