Skip to content

Why is there no "centered" container? #46

Closed
@masbaehr

Description

@masbaehr

It would be very useful to have an extra container to show a message at the center of the screen.
It could be implemented very easily by doing the following:

<div class="notification-container-center-center">

.notification-container-center-center {
    transform: translateX(-50%);
    top: 50%;
    left: 50%;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions