diff --git a/.github/workflows/i18n-integration.yml b/.github/workflows/i18n-integration.yml index cee07b20..12d82c3e 100644 --- a/.github/workflows/i18n-integration.yml +++ b/.github/workflows/i18n-integration.yml @@ -1,6 +1,9 @@ name: Verify all i18n files are alphabetized on: + pull_request: + paths: + - client/strings/** # Should only check if any strings changed push: paths: - client/strings/** # Should only check if any strings changed @@ -22,6 +25,6 @@ jobs: # The only argument is the `directory`, which is where the i18n files are # stored. - name: Run Update JSON Files action - uses: audiobookshelf/audiobookshelf-i18n-updater@v1.1.1 + uses: audiobookshelf/audiobookshelf-i18n-updater@v1.2.0 with: directory: "client/strings/" # Adjust the directory path as needed diff --git a/client/assets/app.css b/client/assets/app.css index 2e0714f9..7daf74ff 100644 --- a/client/assets/app.css +++ b/client/assets/app.css @@ -30,8 +30,7 @@ } .bookshelf-row { - /* Sidebar width + scrollbar width */ - width: calc(100vw - 88px); + width: calc(100vw - (100vw - 100%)); } @media (max-width: 768px) { diff --git a/client/components/app/BookShelfRow.vue b/client/components/app/BookShelfRow.vue index 60632db7..5b2c4258 100644 --- a/client/components/app/BookShelfRow.vue +++ b/client/components/app/BookShelfRow.vue @@ -4,7 +4,7 @@
diff --git a/client/components/app/MediaPlayerContainer.vue b/client/components/app/MediaPlayerContainer.vue index 120231dc..081cd708 100644 --- a/client/components/app/MediaPlayerContainer.vue +++ b/client/components/app/MediaPlayerContainer.vue @@ -1,10 +1,10 @@