Merge remote-tracking branch 'upstream/main' into list-style-fixes

This commit is contained in:
Joachim
2021-05-23 15:14:50 +02:00
154 changed files with 5440 additions and 3784 deletions

View File

@ -101,10 +101,11 @@ body {
.transition-y.is-hidden {
display: block !important;
visibility: hidden !important;
height: 0;
width: 0;
margin: 0;
padding: 0;
height: 0 !important;
width: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: auto;
}
.transition-x,