Jump to content

Carlos Durante

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Carlos Durante

  1. Change number of columns of BOOKMARK Grid Hello, and congratulations on a job well done! This app is one of my favorites. I'm trying to figure out a similar way to create a custom CSS to make my Bookmarks have more columns, similar to the Applications session. I found the instructions for Application in the documentation, but not for Bookmarks. Is there anyone who knows how to do it? Example of Application: .AppGrid_AppGrid__33iLW { grid-template-columns: repeat(7, 1fr) !important; } EDIT - SOLUTION: Solution provided by @pawelmalak in Git page .BookmarkGrid_BookmarkGrid__26LlR { grid-template-columns: repeat(8, 1fr) !important; } Details You can inspect page content and find class name of the element you want to edit:
×
×
  • Create New...