Allow images to be between 0..10
All checks were successful
Test and build Docker image / docker (push) Successful in 1m54s
All checks were successful
Test and build Docker image / docker (push) Successful in 1m54s
This commit is contained in:
parent
a0c186559f
commit
3346994763
8 changed files with 496 additions and 74 deletions
|
|
@ -18,6 +18,11 @@ body {
|
|||
max-width: 120px;
|
||||
}
|
||||
|
||||
.image-limit-control {
|
||||
min-width: 12rem;
|
||||
max-width: 28rem;
|
||||
}
|
||||
|
||||
.screenshot-requirement {
|
||||
color: #9c9c9c;
|
||||
font-size: 0.9rem;
|
||||
|
|
@ -65,6 +70,10 @@ body {
|
|||
word-break: break-word;
|
||||
}
|
||||
|
||||
.feed-summary-list {
|
||||
padding-left: 1.15rem;
|
||||
}
|
||||
|
||||
.sent-webhooks__entry,
|
||||
.sent-webhooks__preview {
|
||||
min-width: 14rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue