update notice
This commit is contained in:
parent
0342b94d0a
commit
609a1261a9
2 changed files with 14 additions and 6 deletions
|
@ -16,11 +16,14 @@ body {
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
box-sizing: border-box;
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
.inner-form {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
min-height: 3rem;
|
||||
box-sizing: border-box;
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
#input {
|
||||
|
@ -35,7 +38,7 @@ body {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
#form>button {
|
||||
.inner-form>button {
|
||||
background: #333;
|
||||
border: none;
|
||||
padding: 0 1rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue