-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Larger clickable area for posts on the home page. #895
Labels
enhancement
New feature or request
Comments
Alright, I will improve this when I have time. |
Thank you. |
cotes2020
added a commit
that referenced
this issue
Mar 17, 2023
nabin-nath
added a commit
to nabin-nath/nabin-nath.github.io
that referenced
this issue
Mar 29, 2023
* chore(deps): upgrade NPM packages * chore: update code style config * refactor(build): modularize JS code - replace gulp with rollup - remove JS output from repo * chore(ci,tools): adapt to changes in JS builds * chore: update configure-pages action (cotes2020#931) * feat: change TOC plugin to `tocbot` (cotes2020#774) * style: improve code style of SCSS & YAML * fix: notch status bar doesn't match theme color (cotes2020#918) Resolves cotes2020#918 * refactor: remove version number from self host config * fix: some console snippets will be incompletely copied Sample: ```console echo $PATH ``` * style: fix scss lint issue type: declaration-block-no-redundant-longhand-properties * feat(ux): turn home page posts into clickable cards (cotes2020#895) Resolves cotes2020#895 * chore: recover accidentally deleted LQIP style * chore(tools): resume git checkout in initialization * chore(tools): add JS dist to gem release * docs: migrate upgrade details to the wiki * chore(release): 5.6.0 * wip * fix: mode-toggle leads to Disqus loading failure (cotes2020#945) * search fix * wip --------- Co-authored-by: Cotes Chung <[email protected]> Co-authored-by: Josh Johanning <[email protected]> Co-authored-by: Song-Zi Vong <[email protected]>
HOKAGO-MEMORIES
added a commit
to HOKAGO-MEMORIES/hokago-memories.github.io
that referenced
this issue
Jan 18, 2024
gudtldn
pushed a commit
to gudtldn/gudtldn.github.io
that referenced
this issue
Jul 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe
Yes, I noticed that to open a single post (on the home page), you always have to click on the post's headline text. This is especially problematic with children because they prefer to click on the content of the post because the clickable area is simply larger.
Describe the solution you'd like
It should be possible to present a post also by clicking on the post preview area.
Describe alternatives you've considered
An alternative would be to be able to implement the required functionality with a separate (own) JavaScript without destroying the core structures in such a way that later updates/upgrades are only possible with great effort.
Additional context
It would be nice if this feature could be implemented.
But regardless of that, the theme is really great. Thanks for sharing. :-)
The text was updated successfully, but these errors were encountered: