diff --git a/src/App.vue b/src/App.vue index f9ba87c..e5d188e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,7 @@ dense color="#efcac3" light - v-if="$vuetify.breakpoint.width > 1000" + v-if="$vuetify.breakpoint.width > 1000 && !$store.getters['prefs/isEmbedded']" class="desktop-buttons-container" > -
+