diff --git a/src/index.css b/src/index.css index bfdcdca..5c58aff 100644 --- a/src/index.css +++ b/src/index.css @@ -1,15 +1,16 @@ -/* Allow users to select and copy text -https://allexperts16.blogspot.com/2018/06/allow-users-to-select-and-copy-text-in.html */ - .app-background { background: var(--background); color: var(--color); } -.app-fullscreen { +.ios .app-fullscreen { min-height: calc(100% - var(--offset-top)); } +.md .app-fullscreen { + min-height: 100%; +} + .chapter-card { height: 300px; max-height: 300px; @@ -53,6 +54,8 @@ https://allexperts16.blogspot.com/2018/06/allow-users-to-select-and-copy-text-in text-align: center; } +/* Allow users to select and copy text +https://allexperts16.blogspot.com/2018/06/allow-users-to-select-and-copy-text-in.html */ .selectable { -webkit-user-select: text; -moz-user-select: text; diff --git a/src/pages/Page.css b/src/pages/Page.css index 01253b2..bfe6c8e 100644 --- a/src/pages/Page.css +++ b/src/pages/Page.css @@ -1,3 +1,3 @@ -ion-content ion-toolbar { - --background: transparent; -} \ No newline at end of file +h1 { + margin: 0; +} diff --git a/src/pages/Page.tsx b/src/pages/Page.tsx index a451272..2f635fc 100644 --- a/src/pages/Page.tsx +++ b/src/pages/Page.tsx @@ -25,6 +25,7 @@ export const HomePage: React.FC = () => { {t(`APP.NAME`)} + diff --git a/src/pages/Settings/SettingsPage.tsx b/src/pages/Settings/SettingsPage.tsx index 60fc5a3..831d357 100644 --- a/src/pages/Settings/SettingsPage.tsx +++ b/src/pages/Settings/SettingsPage.tsx @@ -29,12 +29,13 @@ export const SettingsPage: React.FC = () => { - + {t('SETTINGS.TITLE')} +