Bookmarks: Huge useless padding

Created on 1 Oct 2020  Â·  7Comments  Â·  Source: nextcloud/bookmarks

Describe the bug
Huge padding on left and on the right of the list.

To Reproduce

Install the version >= 3.4

Expected behavior

Use all the space like versions <= 3.4.

Screenshots

bug wontfix

All 7 comments

Workaround using Custom CSS:

.bookmarkslist .padding {
  max-width: 100% !important;
}

This is a feature recommended by the designers to optimize readbility.

This is inconsistent with other lists (files, apps, etc.).

cc @nextcloud/designers

This is a feature recommended by the designers to optimize readbility.

Uff. Great improvement of readability for example not aligning the content to the header (breadcrumbs etc.).

Going full width would be very bad for usability here, because the name of the entry and the menu are maximally far away from each other. Having a max-width is very common (see Github, Microsoft Teams, Twitter, even Wikipedia will finally limit their content width, etc etc). We also do it in Talk, Text, Mail, and other apps.

not aligning the content to the header (breadcrumbs etc.).

As per other design recommendations, the breadcrumb should instead be a heading of the current bookmarks folder, much like in Photos.

This is inconsistent with other lists (files, apps, etc.).

Yes – they can use some improvement work too.

thanks for weighing in @jancborchardt :heart:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bspire picture bspire  Â·  4Comments

ifuchs picture ifuchs  Â·  4Comments

marcelklehr picture marcelklehr  Â·  6Comments

skoelzow picture skoelzow  Â·  4Comments

homelessgamer picture homelessgamer  Â·  6Comments