diff --git a/index.html b/index.html index 45e7ca41b..0b1834be2 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,4 @@ +
diff --git a/src/styles/css/reset.css b/src/styles/css/reset.css index 6fffc22d6..c183cdae3 100644 --- a/src/styles/css/reset.css +++ b/src/styles/css/reset.css @@ -24,9 +24,21 @@ html { -webkit-text-size-adjust: 100%; /* 2 */ -moz-tab-size: 4; /* 3 */ tab-size: 4; /* 3 */ - font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, - "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, - "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */ + font-family: + ui-sans-serif, + system-ui, + -apple-system, + BlinkMacSystemFont, + "Segoe UI", + Roboto, + "Helvetica Neue", + Arial, + "Noto Sans", + sans-serif, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + "Noto Color Emoji"; /* 4 */ } /* diff --git a/src/styles/css/transition.css b/src/styles/css/transition.css index f6b7940c7..1848b25ce 100644 --- a/src/styles/css/transition.css +++ b/src/styles/css/transition.css @@ -25,7 +25,9 @@ /* fade-bottom */ .fade-bottom-enter-active, .fade-bottom-leave-active { - transition: opacity 0.25s, transform 0.3s; + transition: + opacity 0.25s, + transform 0.3s; } .fade-bottom-enter-from { opacity: 0; @@ -53,7 +55,9 @@ /* zoom-fade */ .zoom-fade-enter-active, .zoom-fade-leave-active { - transition: transform 0.2s, opacity 0.3s ease-out; + transition: + transform 0.2s, + opacity 0.3s ease-out; } .zoom-fade-enter-from { opacity: 0; @@ -67,7 +71,9 @@ /* zoom-out */ .zoom-out-enter-active, .zoom-out-leave-active { - transition: opacity 0.1s ease-in-out, transform 0.15s ease-out; + transition: + opacity 0.1s ease-in-out, + transform 0.15s ease-out; } .zoom-out-enter-from, .zoom-out-leave-to {