mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +09:00
Support more options for image autoconv
This commit is contained in:
parent
7f8f303787
commit
9f75788491
5 changed files with 46 additions and 48 deletions
|
|
@ -4,6 +4,21 @@
|
|||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.image_autoconv_types {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.image_autoconv_types:last-of-type {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.image_autoconv_types .x_inline {
|
||||
display: inline-block;
|
||||
min-width: 40px;
|
||||
}
|
||||
.image_autoconv_types select {
|
||||
min-width: 0 !important;
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
.x_help-block .preset_size {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue