forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
2231c54dee
commit
e6311fdb13
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="dnpfarvgbnfmyzbdquhhzyxcmstpdqzs" :class="{ naked, narrow, active, isStacked, draghover, dragging, dropready }"
|
||||
<div class="dnpfarvgbnfmyzbdquhhzyxcmstpdqzs" :class="{ naked, narrow, active, isStacked, draghover, dragging, dropready, isMobile: $root.isMobile }"
|
||||
@dragover.prevent.stop="onDragover"
|
||||
@dragleave="onDragleave"
|
||||
@drop.prevent.stop="onDrop"
|
||||
|
@ -366,6 +366,10 @@ export default Vue.extend({
|
|||
> button
|
||||
color var(--text)
|
||||
|
||||
&.isMobile
|
||||
> header
|
||||
box-shadow none
|
||||
|
||||
> header
|
||||
display flex
|
||||
z-index 2
|
||||
|
|
Loading…
Reference in a new issue