소스 검색

Move margin to top

sbkwgh 8 년 전
부모
커밋
ec4fe5f24e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/ScrollLoad.vue

+ 2 - 2
src/components/ScrollLoad.vue

@@ -52,13 +52,13 @@
 		@at-root #{&}__button {
 			max-height: 4rem;
 			overflow: hidden;
-			margin-bottom: 2rem;
+			margin-top: 2rem;
 			text-align: center;
 			transition: all 0.2s;
 
 			@at-root #{&}--hidden {
 				max-height: 0;
-				margin-bottom: 0;
+				margin-top: 0;
 				transition: all 0.2s;
 			}
 		}