🎨
This commit is contained in:
		| @@ -276,13 +276,24 @@ export default Vue.extend({ | |||||||
| 	min-width 330px | 	min-width 330px | ||||||
| 	height 100% | 	height 100% | ||||||
| 	background var(--face) | 	background var(--face) | ||||||
| 	border-radius 6px | 	border-radius var(--round) | ||||||
| 	//box-shadow 0 2px 16px rgba(#000, 0.1) | 	box-shadow var(--shadow) | ||||||
| 	overflow hidden | 	overflow hidden | ||||||
|  |  | ||||||
| 	&.draghover | 	&.draghover | ||||||
| 		box-shadow 0 0 0 2px var(--primaryAlpha08) | 		box-shadow 0 0 0 2px var(--primaryAlpha08) | ||||||
|  |  | ||||||
|  | 		&:after | ||||||
|  | 			content "" | ||||||
|  | 			display block | ||||||
|  | 			position absolute | ||||||
|  | 			z-index 1000 | ||||||
|  | 			top 0 | ||||||
|  | 			left 0 | ||||||
|  | 			width 100% | ||||||
|  | 			height 100% | ||||||
|  | 			background var(--primaryAlpha02) | ||||||
|  |  | ||||||
| 	&.dragging | 	&.dragging | ||||||
| 		box-shadow 0 0 0 2px var(--primaryAlpha04) | 		box-shadow 0 0 0 2px var(--primaryAlpha04) | ||||||
|  |  | ||||||
| @@ -338,6 +349,7 @@ export default Vue.extend({ | |||||||
|  |  | ||||||
| 		> .toggleActive | 		> .toggleActive | ||||||
| 		> .menu | 		> .menu | ||||||
|  | 			padding 0 | ||||||
| 			width $header-height | 			width $header-height | ||||||
| 			line-height $header-height | 			line-height $header-height | ||||||
| 			font-size 16px | 			font-size 16px | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo