mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Centrelize mobile hamburer menu
This commit is contained in:
parent
cc56066b67
commit
e34ee1a259
@ -94,7 +94,7 @@
|
|||||||
<!-- mobile header menu -->
|
<!-- mobile header menu -->
|
||||||
<div v-else class="mobil-header-box">
|
<div v-else class="mobil-header-box">
|
||||||
<!-- logo, hamburger-->
|
<!-- logo, hamburger-->
|
||||||
<ds-flex>
|
<ds-flex style="align-items: center">
|
||||||
<ds-flex-item :width="{ base: LOGOS.LOGO_HEADER_WIDTH }" style="margin-right: 20px">
|
<ds-flex-item :width="{ base: LOGOS.LOGO_HEADER_WIDTH }" style="margin-right: 20px">
|
||||||
<a
|
<a
|
||||||
v-if="LOGOS.LOGO_HEADER_CLICK.externalLink"
|
v-if="LOGOS.LOGO_HEADER_CLICK.externalLink"
|
||||||
@ -112,7 +112,7 @@
|
|||||||
</nuxt-link>
|
</nuxt-link>
|
||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
|
|
||||||
<!-- hamburger button -->
|
<!-- mobile hamburger menu -->
|
||||||
<ds-flex-item class="mobile-hamburger-menu">
|
<ds-flex-item class="mobile-hamburger-menu">
|
||||||
<client-only>
|
<client-only>
|
||||||
<div style="display: inline-flex; padding-right: 20px">
|
<div style="display: inline-flex; padding-right: 20px">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user