소스 검색

Shorter animation time

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

+ 1 - 1
frontend/src/components/EmojiSelector.vue

@@ -146,7 +146,7 @@
 			text-align: left;
 			color: $color__text--primary;
 			padding-left: 0.375rem;
-			transition: all 0.2s;
+			transition: all 0.1s;
 
 			@at-root #{&}--sticky {
 				margin-top: -1.125rem;