Update styles.css

This commit is contained in:
Lost Paul 2023-03-23 08:56:11 +01:00
parent fbf8698ce3
commit aa220706c8

View file

@ -73,4 +73,13 @@
:not(.is-phone) .fn-delete-confirmation-modal-buttons input[type="checkbox"] {
margin-right: 5px;
}
.is-phone .fn-delete-confirmation-modal-buttons {
display: flex;
flex-direction: column;
align-items: center;
}
.is-phone .fn-delete-confirmation-modal-buttons .fn-confirmation-modal-button {
margin-top: 10px;
}