mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 05:54:48 -04:00
Improves api security.
This commit is contained in:
parent
ff40e2129f
commit
71d22fb9e0
2 changed files with 23 additions and 8 deletions
|
@ -2,12 +2,13 @@
|
|||
#content {
|
||||
border: 1px dashed #fff;
|
||||
border-radius: 8px;
|
||||
.transition(all 0.2s ease-in-out);
|
||||
|
||||
&.hint {
|
||||
border-color: #ccc;
|
||||
border-color: #ddd;
|
||||
}
|
||||
&.match {
|
||||
border-style: solid;
|
||||
border-color: #aaa;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -25,7 +26,6 @@
|
|||
.name {
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
// width: 320px;
|
||||
overflow: hidden;
|
||||
|
||||
&:before {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue