mirror of
https://github.com/typecho/typecho.git
synced 2025-04-21 02:01:52 +02:00
fix
This commit is contained in:
parent
eba85a391a
commit
507ef91a9d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -12,6 +12,10 @@
|
||||
display: flex;
|
||||
margin: 1em 0;
|
||||
|
||||
& + .typecho-list-operate {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
input, button, select {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
@ -35,6 +35,10 @@
|
||||
display: flex;
|
||||
width: 100%;
|
||||
flex-wrap: wrap;
|
||||
|
||||
> * {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user