Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix: grid layout on dialog #205

Merged
merged 1 commit into from
Oct 16, 2019
Merged

Fix: grid layout on dialog #205

merged 1 commit into from
Oct 16, 2019

Conversation

nfam
Copy link
Contributor

@nfam nfam commented Oct 14, 2019

Fix #204
This happens on Add Bookmark and Tags dialogs as well.

Cause: The default value of align-content is stretch while height of .custom-dialog-body is unspecified, thus, the dialog body height will be calculated from browser viewport height.

Solution: align-content: start will help Safari able to determine the dialog body height from its children.

Tested on Safari, Firefox on macOS. Please help test on Windows.

@RadhiFadlillah RadhiFadlillah merged commit a0d727b into go-shiori:master Oct 16, 2019
@RadhiFadlillah
Copy link
Collaborator

Hey, thanks !

It works in Firefox on Linux as well.

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

Successfully merging this pull request may close these issues.

Layout on add new account broken in Safari
2 participants