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] Display bug in Safari #1358

Open
5 tasks done
jrozelle opened this issue Oct 24, 2023 · 4 comments
Open
5 tasks done

[BUG] Display bug in Safari #1358

jrozelle opened this issue Oct 24, 2023 · 4 comments
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working 📌 Keep Open [ISSUE][PR] Prevent auto-closing

Comments

@jrozelle
Copy link

Environment

Self-Hosted (Docker)

System

Safari 17

Version

2.1.1

Describe the problem

On vertical layout, with large item size, item text are below Description on Safari, whereas there are above in Firefox.

When inspecting elements, I found this style attribute :

.item.size-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    **-webkit-box-direction: reverse;**
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 6rem;
    margin: .2rem;
    padding: .5rem;
}

In Firefox :

.item.size-large .tile-title {
	height: auto;
	padding: .1rem .25rem;
}

Is there any solution to remove "-webkit-box-direction: reverse" ?

Additional info

No response

Please tick the boxes

@jrozelle jrozelle added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Oct 24, 2023
@github-project-automation github-project-automation bot moved this to Todo in Dashy V3 Oct 24, 2023
@liss-bot
Copy link
Collaborator

If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated

@CrazyWolf13

This comment was marked as outdated.

@liss-bot liss-bot added 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending and removed 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending labels Nov 1, 2023
@liss-bot
Copy link
Collaborator

This issue has gone 3 months without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

@liss-bot liss-bot added the ⚰️ Stale [ISSUE] [PR] No activity for over 1 month label Jan 29, 2025
@CrazyWolf13
Copy link
Collaborator

Bump

@liss-bot liss-bot added 📌 Keep Open [ISSUE][PR] Prevent auto-closing and removed ⚰️ Stale [ISSUE] [PR] No activity for over 1 month labels Jan 30, 2025
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 📌 Keep Open [ISSUE][PR] Prevent auto-closing
Projects
Status: Up Next
Development

No branches or pull requests

4 participants