mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
🎨
This commit is contained in:
parent
524ce538d3
commit
1a34553931
@ -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 New Issue
Block a user