Skip to content

Commit

Permalink
update burger in header erg
Browse files Browse the repository at this point in the history
  • Loading branch information
zh3nya2005 committed Apr 21, 2024
1 parent e7fb79f commit f7e387b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibecsystems/nuxt3-ui-kit",
"version": "1.0.41",
"version": "1.0.43",
"description": "Ibec Nuxt3 UI components",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/components/Parts/Forms.vue
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
v-else
key="confirmation"
v-bind="confirmAttrs"
class="d-flex flex-column"
class="d-flex flex-column align-sm-start"
>
<slot name="confirm-form" />
<v-btn
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/components/Parts/Header/Erg.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class="py-2 erg-header pt-5"
:class="[menu_open ? 'position-fixed bg-white' : 'position-relative', bgClassHeader, burger ? 'erg-header-burger' : '']"
:elevation="elevation || 0"
:style="{positionFixed: burger}"
:style="menu_open ? 'position: fixed !important;' : ''"
>
<v-container class="d-flex align-center justify-space-between py-0">
<div class="d-flex flex-grow-1 align-center">
Expand Down

0 comments on commit f7e387b

Please sign in to comment.