Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.

[TODO] Change default styling to use flexbox for vertical alignment #8

@UXVirtual

Description

@UXVirtual

This needs improving so all HTML elements inside the preloader stay vertically centered by default.

Adding something like this to the page will work in most modern browser which support flex CSS:

<style>
.modal-content {
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            flex-direction: row;
        }
</style>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions