diff --git a/src/frontend/components/MisshaiPage.tsx b/src/frontend/components/MisshaiPage.tsx index 2603af3..6ad929c 100644 --- a/src/frontend/components/MisshaiPage.tsx +++ b/src/frontend/components/MisshaiPage.tsx @@ -192,13 +192,13 @@ export const MisshaiPage: React.VFC = () => { ) : (
-
+
-
+
-
+

{t('_missHai.data')}

@@ -234,22 +234,22 @@ export const MisshaiPage: React.VFC = () => { {session.data.rating}

- -
+ +
-
+ -
+

{t('_missHai.ranking')}

{limit && }
-
+
-
+

{t('alertMode')}

@@ -292,8 +292,8 @@ export const MisshaiPage: React.VFC = () => { )}
-
-
+
+

{t('template')}

{t('_template.description')}

@@ -317,9 +317,9 @@ export const MisshaiPage: React.VFC = () => { }}>{t('save')}
- + -
+
-
+ ); }; diff --git a/src/frontend/pages/index.session.tsx b/src/frontend/pages/index.session.tsx index 3778357..0d730b3 100644 --- a/src/frontend/pages/index.session.tsx +++ b/src/frontend/pages/index.session.tsx @@ -60,7 +60,7 @@ export const IndexSessionPage: React.VFC = () => { -
+
{session && meta && meta.currentTokenVersion !== session.tokenVersion && ( @@ -71,7 +71,7 @@ export const IndexSessionPage: React.VFC = () => { )} {component} -
+ ); }; diff --git a/src/frontend/style.scss b/src/frontend/style.scss index f6bc41c..9261319 100644 --- a/src/frontend/style.scss +++ b/src/frontend/style.scss @@ -3,7 +3,6 @@ body { --primary-d: rgb(52, 70, 0); --max-width: 1024px; font-family: "Koruri", sans-serif; - font-feature-settings: "pkna"; } hr { @@ -101,14 +100,10 @@ small { flex-direction: column; min-width: min(100vw, 240px); border-radius: var(--radius); - padding: calc(var(--margin) / 2); + padding: var(--slim-margin); background: var(--panel); } -.login-form { -} - - .cat { &:before, &:after { background: #df548f;