atom-spotify icon indicating copy to clipboard operation
atom-spotify copied to clipboard

Limit characters shown

Open visualcookie opened this issue 9 years ago • 1 comments

Hi,

please add possibility to limit characters shown in status bar. Some tracks may have long Tracknames, Remixnames or Artistnames.

Dean

visualcookie avatar Feb 19 '15 09:02 visualcookie

You could try adding the following to your stylesheet:

div.spotify-container {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

jazzpi avatar Apr 02 '15 10:04 jazzpi