You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
771 B
Plaintext

@height: 2.25em;
@text-size: 0.95em;
.isekai-create-page {
z-index: 10; // 修复重叠问题
&.isekai-card {
overflow: visible;
}
.card-body {
flex: 1 1 auto;
padding: 0.25em;
font-size: 1.25em;
.card-content {
padding: 1em 0.5em;
margin: 0 0.4em;
min-height: @height;
font-size: @text-size;
.oo-ui-fieldLayout-header {
display: none;
}
.oo-ui-fieldLayout-messages {
margin: 0.5em 0 0 0.5em;
}
.oo-ui-actionFieldLayout.oo-ui-fieldLayout-align-top {
max-width: none;
}
.oo-ui-layout.oo-ui-horizontalLayout {
display: flex;
> .oo-ui-dropdownInputWidget {
width: 10em;
}
> .oo-ui-actionFieldLayout {
width: 100%;
}
}
}
}
}