Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some help on a custom CSS please. #50

Closed
gitcatpeter opened this issue Jun 24, 2021 · 6 comments
Closed

Some help on a custom CSS please. #50

gitcatpeter opened this issue Jun 24, 2021 · 6 comments

Comments

@gitcatpeter
Copy link

Any pointers for those that don't know anything about it please?
Any samples?
For instance how to change number of columns on the screen or widen the whole usable area.

Much appreciated!

@pawelmalak
Copy link
Owner

Custom CSS

@gitcatpeter
Copy link
Author

I used this example - Change number of columns of Appilcation Grid and reduce page spacing
The app starts to use the whole screen as needed, but number of visible columns remains the same i.e. 4
It seems the columns width increases too and clicking on the far right of an item (which looks like an empty screen) invokes the that app. That suggest the app/bookmark "button" is extended all the way to the right.

Maybe something else needs to be included in that CSS example for it to work.

@pawelmalak
Copy link
Owner

The app starts to use the whole screen as needed, but number of visible columns remains the same i.e. 4

Weird. I used the same code and it works:

css.mp4

@gitcatpeter
Copy link
Author

OK, I know what the problem is. Does your CSS snippet works for Apps only and not to bookmarks (bookmarks requiring another CSS code?)?

I have turned Apps OFF and have everything under Bookmarks (because there are no Categories for Apps and I want my links grouped anyway).
Apparently the CSS does not apply to Bookmarks-only section or it's a bug.

@pawelmalak
Copy link
Owner

Yes, that code was for AppGrid only. For categories you would probably go with:

.BookmarkGrid_BookmarkGrid__26LlR {
  grid-template-columns: repeat(6, 1fr) !important;
}

columns

@gitcatpeter
Copy link
Author

Right, that works; thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants