Merge branch 'upcoming' of https://github.com/ciderapp/Cider into upcoming
This commit is contained in:
commit
0323a9f451
1 changed files with 6 additions and 3 deletions
9
src/renderer/less/bootstrap.less
vendored
9
src/renderer/less/bootstrap.less
vendored
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue