Skip to content

Commit 7f4a9fc

Browse files
Start to work on the PortraitPopup components to be able to place them centered on the center of the screen.
Fix styling issues.
1 parent 0738534 commit 7f4a9fc

31 files changed

+475
-484
lines changed

.docusaurus/client-manifest.json

Lines changed: 129 additions & 129 deletions
Large diffs are not rendered by default.

.docusaurus/registry.js

Lines changed: 49 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.docusaurus/routes.js

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,6 @@ import React from 'react';
22
import ComponentCreator from '@docusaurus/ComponentCreator';
33

44
export default [
5-
{
6-
path: '/quantstack.github.io/__docusaurus/debug',
7-
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug', '55d'),
8-
exact: true
9-
},
10-
{
11-
path: '/quantstack.github.io/__docusaurus/debug/config',
12-
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/config', 'dae'),
13-
exact: true
14-
},
15-
{
16-
path: '/quantstack.github.io/__docusaurus/debug/content',
17-
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/content', '56c'),
18-
exact: true
19-
},
20-
{
21-
path: '/quantstack.github.io/__docusaurus/debug/globalData',
22-
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/globalData', '058'),
23-
exact: true
24-
},
25-
{
26-
path: '/quantstack.github.io/__docusaurus/debug/metadata',
27-
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/metadata', '5d1'),
28-
exact: true
29-
},
30-
{
31-
path: '/quantstack.github.io/__docusaurus/debug/registry',
32-
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/registry', 'dd5'),
33-
exact: true
34-
},
35-
{
36-
path: '/quantstack.github.io/__docusaurus/debug/routes',
37-
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/routes', 'f0e'),
38-
exact: true
39-
},
405
{
416
path: '/quantstack.github.io/about',
427
component: ComponentCreator('/quantstack.github.io/about', '231'),

0 commit comments

Comments
 (0)