View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013084 | MMW 5 | General | public | 2016-01-21 16:00 | 2020-03-06 01:58 |
Reporter | jiri | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Fixed in Version | 5.0 | ||||
Summary | 0013084: Limit maximum width of text | ||||
Description | Since 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. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2089 | ||||
|
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. |
|
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?). |
|
Fixed in build 2089. |
|
Verified 2089 |
|
Verified 2229 This bug is no longer an issue. |