Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
MB.js
Quasar Components MoSys
Commits
37f54733
Commit
37f54733
authored
Oct 14, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit box only visible on mobile
parent
e4f2ca1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
partials/GridEditor.vue
partials/GridEditor.vue
+2
-1
No files found.
partials/GridEditor.vue
View file @
37f54733
...
...
@@ -160,9 +160,10 @@
q-page-sticky.z-top.backdrop-filter.shadow-1.q-mx-md.q-mb-md.overflow-hidden.round-borders(
v-if="showEditingCells", position="bottom")
q-page-sticky.q-mx-md.q-mb-md(
v-if="showEditingCells && isMobile",
:class="[carousel.visibility ? 'backdrop-filter shadow-3' : '']",
style="border-radius: .5rem;",
v-if="showEditingCells",
position="bottom-right")
position="bottom-right")
div(v-if="carousel.visibility")
q-carousel.q-py-sm(v-model="slide", infinite, @input="getCarouselIcon(index)")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment