This commit is contained in:
joyqi 2024-10-23 19:02:06 +08:00
parent eba85a391a
commit 507ef91a9d
4 changed files with 10 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -12,6 +12,10 @@
display: flex;
margin: 1em 0;
& + .typecho-list-operate {
margin-top: 0;
}
input, button, select {
vertical-align: bottom;
}

View File

@ -35,6 +35,10 @@
display: flex;
width: 100%;
flex-wrap: wrap;
> * {
width: 100%;
}
}
}