Skip to content

Commit 25dafa1

Browse files
purifetchioofdere
andcommitted
fix: unbreak styling when hebrew is applied.
just one more div bro just one more div and we'll fix the web Co-authored-by: oofdere <oofdere@hey.com>
1 parent 437ac1e commit 25dafa1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PinkSea.Frontend/src/layouts/PanelLayout.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ const switchMenu = () => {
115115
<li v-on:click.prevent="navigateTo('/settings')">{{ $t("menu.settings") }}</li>
116116
<li v-on:click.prevent="logout" v-if="persistedStore.token !== null">{{ $t("menu.logout") }}</li>
117117
</ul>
118-
<button v-on:click.prevent="openPainter" v-if="persistedStore.token !== null">{{ $t("menu.create_something") }}</button>
118+
<div>
119+
<button v-on:click.prevent="openPainter" v-if="persistedStore.token !== null">{{ $t("menu.create_something") }}</button>
120+
</div>
119121
</div>
120122
<div class="aside-box bottom">
121123
{{ $t("sidebar.shinolabs") }}

0 commit comments

Comments
 (0)