minor
This commit is contained in:
@@ -26,6 +26,7 @@ html, body {
|
|||||||
background-color: #333;
|
background-color: #333;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#__nuxt, #__layout {
|
#__nuxt, #__layout {
|
||||||
@@ -36,8 +37,9 @@ html, body {
|
|||||||
|
|
||||||
#main {
|
#main {
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
|
overflow: hidden;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
transition: all .3s;
|
// transition: background-color 1s, opacity 1s, color 1s;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
&.dark {
|
&.dark {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
@@ -101,11 +103,12 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.page-enter-active, .page-leave-active {
|
.page-enter-active {
|
||||||
transition: opacity .2s, transform .2s;
|
transition: opacity .2s, transform .3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-enter, .page-leave-active {
|
.page-enter, .page-leave-active {
|
||||||
transition: opacity .2s, transform .2s;
|
transition: opacity .3s, transform .3s;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateX(30px);
|
transform: translateX(30px);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user