Move image license picker into user panel, fix #1236

This commit is contained in:
Pieter Vander Vennet 2023-01-11 03:53:58 +01:00
parent 6a5e7f9a4d
commit a995f0e2aa
35 changed files with 252 additions and 303 deletions

View file

@ -791,6 +791,11 @@ video {
margin-bottom: 0.75rem;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
@ -1092,11 +1097,6 @@ video {
width: 2.75rem;
}
.w-min {
width: -webkit-min-content;
width: min-content;
}
.w-max {
width: -webkit-max-content;
width: max-content;
@ -1106,6 +1106,11 @@ video {
width: 24rem;
}
.w-min {
width: -webkit-min-content;
width: min-content;
}
.w-auto {
width: auto;
}