mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 21:48:13 +00:00
feat: offline mode; PWA
This commit is contained in:
+12
-1
@@ -32,7 +32,6 @@ body {
|
||||
::-webkit-scrollbar-corner {
|
||||
background: theme('colors.stone.900');
|
||||
border-radius: 0 0 theme('borderRadius.md') 0;
|
||||
|
||||
}
|
||||
|
||||
/* Tooltips */
|
||||
@@ -86,3 +85,15 @@ body {
|
||||
color-scheme: light;
|
||||
}
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
.slide-anim-enter-active,
|
||||
.slide-anim-leave-active {
|
||||
transition: all 250ms ease-in-out;
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.slide-anim-enter-from,
|
||||
.slide-anim-leave-to {
|
||||
transform: translateY(100%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user