From c6340d1b55e7d59f930b688520fc58553f9be000 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Fri, 24 Oct 2025 12:04:16 +0500 Subject: [PATCH] modified: main_dc/BB/bbvue/src/App.vue header icon 1rem for padding gap within menu and profile icon --- main_dc/BB/bbvue/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_dc/BB/bbvue/src/App.vue b/main_dc/BB/bbvue/src/App.vue index 109c93e..c6e2cec 100644 --- a/main_dc/BB/bbvue/src/App.vue +++ b/main_dc/BB/bbvue/src/App.vue @@ -106,7 +106,7 @@ export default { .menu-box-item { height: fit-content; - padding: 0 0.5rem; + padding: 0 1rem; display: flex; flex-direction: column; justify-content: center;