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

Properly center and space end screen #1467

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

lkiesow
Copy link
Member

@lkiesow lkiesow commented Oct 8, 2024

This patch fixes the issue that the text and the check mark icon of the end screen is pushed to the top of the end space with basically no spacing. This is caused by an incorrect CSS calculation.


Before:
Screenshot from 2024-10-08 23-26-29

After:
Screenshot from 2024-10-08 23-26-14

This patch fixes the issue that the text and the check mark icon of the
end screen is pushed to the top of the end space with basically no
spacing. This is caused by an incorrect CSS calculation.
@lkiesow lkiesow added the type:visual-clarity A part of the UI is not visually readable label Oct 8, 2024
Copy link

github-actions bot commented Oct 8, 2024

This pull request is deployed at test.editor.opencast.org/1467/2024-10-08_21-34-41/ .
It might take a few minutes for it to become available.

@Arnei
Copy link
Member

Arnei commented Oct 9, 2024

Do you want this to supercede #1414 ?

@lkiesow
Copy link
Member Author

lkiesow commented Oct 10, 2024

Ups, did miss that. Sorry.
This does seem a bit less magical and therefor hopefully less likely to break. But I don't really care either way as long as it gets fixed. Do you have a preference?

@Arnei
Copy link
Member

Arnei commented Oct 10, 2024

I also don't have a major preference. Yours is probably better? (Intent of the CSS is more clear, don't need to add an unnecessary div to the DOM)

@lkiesow
Copy link
Member Author

lkiesow commented Nov 19, 2024

Okay, merging this, closing #1414 to finish this.

@lkiesow lkiesow merged commit f13e40c into opencast:main Nov 19, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:visual-clarity A part of the UI is not visually readable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants