nicolium: disable view transitions for now
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@@ -1467,9 +1467,9 @@ const router = createRouter({
|
||||
defaultPreload: 'intent',
|
||||
scrollRestoration: true,
|
||||
pathParamsAllowedCharacters: ['@'],
|
||||
defaultViewTransition: {
|
||||
types: ({ fromLocation }) => (fromLocation ? [''] : false),
|
||||
},
|
||||
// defaultViewTransition: {
|
||||
// types: ({ fromLocation }) => (fromLocation ? [''] : false),
|
||||
// },
|
||||
});
|
||||
|
||||
router.subscribe('onBeforeNavigate', (event) => {
|
||||
|
||||
@@ -369,7 +369,8 @@ body {
|
||||
|
||||
&__main {
|
||||
@apply md:col-span-12 lg:col-span-9 xl:col-span-6 pb-14 lg:pb-0 xl:pb-16 black:border-gray-800 lg:black:border-l xl:black:border-r;
|
||||
navigation: auto;
|
||||
|
||||
/* navigation: auto; */
|
||||
|
||||
&--chats {
|
||||
@apply xl:pb-16;
|
||||
|
||||
Reference in New Issue
Block a user