Merge branch 'upcoming' of https://github.com/ciderapp/Cider into upcoming

This commit is contained in:
vapormusic 2022-01-22 11:00:40 +07:00
commit 0323a9f451

View file

@ -41,8 +41,9 @@
}
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -50px);
transition: transform 0.1s var(--appleEase), opacity 0.1s var(--appleEase);
transform: scale(0.9);
opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
@ -53,6 +54,7 @@
.modal.show .modal-dialog {
transform: none;
opacity: 1;
}
.modal.modal-static .modal-dialog {
@ -134,7 +136,8 @@
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 1rem;
padding: 3rem 1rem 1rem 1rem;
font-size: 0.9em
}
.modal-footer {