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

[BUG] Empty Space in Mobile Layout #432

Closed
4 tasks done
ratty222 opened this issue Jan 23, 2022 · 3 comments
Closed
4 tasks done

[BUG] Empty Space in Mobile Layout #432

ratty222 opened this issue Jan 23, 2022 · 3 comments
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working 🔨 Fixed 🛩️ Released 2.0.0

Comments

@ratty222
Copy link

Environment

Self-Hosted (Docker)

Version

1.9.9

Describe the problem

Update to 1.9.9 created empty space in mobile browser (iOS brave/safari). Adjusting layout type and item size don’t correct the issue. See screenshots.

Additional info

A58EE0CB-E191-47F1-B79C-D110CD9B094D
F1D1A736-A2A7-4EBB-88BB-E458DB8AC720

Please tick the boxes

@ratty222 ratty222 added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Jan 23, 2022
@Lissy93
Copy link
Owner

Lissy93 commented Jan 23, 2022

Thanks for raising, I did make some changes to sections recently and looks like I didn't test it properly on mobile devices. I will fix it this week.

In the meantime, you can fix this by setting the cutToHeight option, under section.displayData

sections:
- name: Today
  icon: far fa-calendar-alt
  displayData:
    cutToHeight: true
  items:
    ....

:)

@ratty222
Copy link
Author

Awesome. Thanks for the quick reply and the temp fix. Looks good now. I really appreciate the time you spend documenting things. You write your docs like a patient teacher. Hope you have a great week :))

@liss-bot
Copy link
Collaborator

The fix for this issue has now been released in Dashy 2.0.0 ✨

If you haven't done so already, please update your instance to 2.0.0 or later. See Dashy 2.0.0 for full info.

Feel free to reach out if you need any more support. If you are enjoying Dashy, consider supporting the project.

asterling8516 pushed a commit to asterling8516/dashy that referenced this issue Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working 🔨 Fixed 🛩️ Released 2.0.0
Projects
None yet
Development

No branches or pull requests

3 participants