mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix lint
This commit is contained in:
parent
5f89017cea
commit
ef316d5c36
@ -107,7 +107,7 @@
|
||||
<!-- hamburger button -->
|
||||
<ds-flex-item class="mobile-hamburger-menu">
|
||||
<client-only>
|
||||
<div style="display: inline-flex; padding-right: 20px;">
|
||||
<div style="display: inline-flex; padding-right: 20px">
|
||||
<notification-menu />
|
||||
</div>
|
||||
</client-only>
|
||||
@ -142,12 +142,18 @@
|
||||
<locale-switch class="topbar-locale-switch" placement="top" offset="8" />
|
||||
</ds-flex-item>
|
||||
<!-- invite-button mobile-->
|
||||
<ds-flex-item :class="{ 'hide-mobile-menu': !toggleMobileMenu }" style="text-align: center;">
|
||||
<ds-flex-item
|
||||
:class="{ 'hide-mobile-menu': !toggleMobileMenu }"
|
||||
style="text-align: center"
|
||||
>
|
||||
<client-only>
|
||||
<invite-button placement="top" />
|
||||
</client-only>
|
||||
</ds-flex-item>
|
||||
<ds-flex-item :class="{ 'hide-mobile-menu': !toggleMobileMenu }" style="text-align: end;">
|
||||
<ds-flex-item
|
||||
:class="{ 'hide-mobile-menu': !toggleMobileMenu }"
|
||||
style="text-align: end"
|
||||
>
|
||||
<client-only>
|
||||
<!-- avatar-menu mobile-->
|
||||
<avatar-menu placement="top" />
|
||||
@ -254,7 +260,7 @@ export default {
|
||||
},
|
||||
showMobileMenu() {
|
||||
return this.windowWidth < 810
|
||||
}
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
toggleMobileMenuView() {
|
||||
@ -317,7 +323,6 @@ export default {
|
||||
|
||||
.dynamic-branding-mobil,
|
||||
.dynamic-footer-mobil {
|
||||
|
||||
line-height: 30px;
|
||||
font-size: large;
|
||||
}
|
||||
@ -336,10 +341,8 @@ export default {
|
||||
.hide-mobile-menu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
@media only screen and (min-width: 810px) {
|
||||
|
||||
.main-navigation-right {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user