diff --git a/README.md b/README.md index 1b0ce78e..1a5b9028 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,14 @@ BeInX does not collect or transmit any personal data. See our full [privacy poli # Change Log -
v0.5.1 +
v0.5.2 + +>- Improved mobile responsiveness. +>- Refined collapsed navigation menu behavior. + +
+ +
v0.5.1 >- Add Sample Invoice diff --git a/src/beinx.pwa/Layout/MainLayout.razor b/src/beinx.pwa/Layout/MainLayout.razor index f4f17634..91dab725 100644 --- a/src/beinx.pwa/Layout/MainLayout.razor +++ b/src/beinx.pwa/Layout/MainLayout.razor @@ -1,7 +1,7 @@ @using beinx.web @inherits LayoutComponentBase
- +
@Body diff --git a/src/beinx.pwa/Layout/MainLayout.razor.css b/src/beinx.pwa/Layout/MainLayout.razor.css index 0402831a..dd7a368f 100644 --- a/src/beinx.pwa/Layout/MainLayout.razor.css +++ b/src/beinx.pwa/Layout/MainLayout.razor.css @@ -4,6 +4,10 @@ min-height: 100vh; } +main { + padding-top: 70px; +} + #blazor-error-ui { color-scheme: light only; background: lightyellow; diff --git a/src/beinx.pwa/wwwroot/index.html b/src/beinx.pwa/wwwroot/index.html index b66ab19f..037af9ff 100644 --- a/src/beinx.pwa/wwwroot/index.html +++ b/src/beinx.pwa/wwwroot/index.html @@ -36,7 +36,7 @@ - +