Merge branch 'develop'

# Conflicts:
#	assets/themes/climbing/climbing.json
#	assets/themes/mapcomplete-changes/mapcomplete-changes.json
#	css/index-tailwind-output.css
This commit is contained in:
Pieter Vander Vennet 2022-04-29 23:35:11 +02:00
commit ecba715265
90 changed files with 2564 additions and 2545 deletions

View file

@ -1144,12 +1144,22 @@ video {
width: 2.75rem;
}
.w-16 {
width: 4rem;
}
.w-min {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
}
.w-16 {
width: 4rem;
}
.w-auto {
width: auto;
.w-1\/2 {
width: 50%;
}
@ -1991,6 +2001,16 @@ a {
width: min-content;
}
.rounded-left-full {
border-bottom-left-radius: 999rem;
border-top-left-radius: 999rem;
}
.rounded-right-full {
border-bottom-right-radius: 999rem;
border-top-right-radius: 999rem;
}
.w-16-imp {
width: 4rem !important;
}