View Issue Details

IDProjectCategoryView StatusLast Update
0013084MMW 5Generalpublic2020-03-06 01:58
Reporterjiri Assigned To 
PriorityurgentSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Fixed in Version5.0 
Summary0013084: Limit maximum width of text
DescriptionSince some of our views (e.g. new Artist, Album, Genre, ...) behave more or less as standard webpages, we probably should also limit the maximum width of such views. It would result in an empty space on sides, but that's probably better than too long lines of text.

Note that this applies particularly to wide monitors when Tree is hidden.
TagsNo tags attached.
Fixed in build2089

Activities

rusty

2017-09-14 20:59

administrator   ~0048766

Rather than maximum widths, shouldn't we just set maximum column widths for the descriptive metadata/article text that appears?

So rather than filling up with tons of white space, the article would appear in 2-3 columns. I suppose that maximum column width should be about the width of 4-5 albums.

jiri

2017-09-15 07:23

administrator   ~0048767

New CSS features let us to easily use multiple columns in the header. Namely something like column-width: 40em; for 'headerContainer' works quite well. Just the title and play buttons would rather not be part of the columns, 'column-span: all' didn't work right away for me, which might be caused by an older Chromium or possibly we just need to make some minor layout changes there (the header line above the image?).

michal

2018-01-06 14:57

developer   ~0049491

Fixed in build 2089.

peke

2018-02-07 23:44

developer   ~0049603

Verified 2089

peke

2020-03-06 01:58

developer   ~0057069

Verified 2229

This bug is no longer an issue.