-
Notifications
You must be signed in to change notification settings - Fork 48
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
New Script: Header Blogs #844
Conversation
65 minutes
src/scripts/header_blogs.json
Outdated
"maxBlogs": { | ||
"type": "text", | ||
"label": "Maximum blogs", | ||
"default": "100" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pretty sure you can use flex-wrap: wrap; overflow: hidden;
to simply fill the available space cleanly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am! But I think many people like putting like 3-5 blogs up there even if they have many more. (Legacy XKit defaulted to 3.) I personally don't want all 20+ blogs my main has access to up there if I fullscreen on a big monitor.
Feel free to close. But hey, just in case.
Description
Implements the blog-icons-in-the-header functionality from legacy XKit's Header Options.
Testing steps