🎨
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo