[PR #3944] [MERGED] prevent long author strings from pushing the player controls down by truncating #4126

Closed
opened 2026-04-25 00:18:25 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3944
Author: @smithmd
Created: 2/6/2025
Status: Merged
Merged: 2/22/2025
Merged by: @advplyr

Base: masterHead: master


📝 Commits (2)

  • 3f1a623 prevent long author strings from pushing the player controls down by truncating
  • d3609e0 move truncate to single author, instead of the main container

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 client/components/app/MediaPlayerContainer.vue (+1 -1)

📄 Description

Brief summary

Prevent long author strings from pushing the player controls down by truncating the text.

Which issue is fixed?

There's no issue number. I just noticed this and thought it could be cleaned up.

In-depth Description

I added the truncate class to the div containing the author information.

How have you tested this?

I've tested the change in the browser to make sure it makes the player controls look better.

Screenshots

Before:
image

After:
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/3944 **Author:** [@smithmd](https://github.com/smithmd) **Created:** 2/6/2025 **Status:** ✅ Merged **Merged:** 2/22/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`3f1a623`](https://github.com/advplyr/audiobookshelf/commit/3f1a6236768233d7070ea42ef76a07b47f24c004) prevent long author strings from pushing the player controls down by truncating - [`d3609e0`](https://github.com/advplyr/audiobookshelf/commit/d3609e08559f39a832010eae51e6f50759cc9784) move truncate to single author, instead of the main container ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/MediaPlayerContainer.vue` (+1 -1) </details> ### 📄 Description <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> ## Brief summary Prevent long author strings from pushing the player controls down by truncating the text. ## Which issue is fixed? There's no issue number. I just noticed this and thought it could be cleaned up. ## In-depth Description I added the truncate class to the `div` containing the author information. ## How have you tested this? I've tested the change in the browser to make sure it makes the player controls look better. ## Screenshots Before: ![image](https://github.com/user-attachments/assets/fba3645a-ce24-4c0f-a711-f0f74db5f09a) After: ![image](https://github.com/user-attachments/assets/eca1f7a9-e8cf-4275-96c9-34b3d788495b) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:18:25 +02:00
adam closed this issue 2026-04-25 00:18:25 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4126