[add] completion typedefs
This commit is contained in:
parent
2baebb3acb
commit
5409755b71
6 changed files with 250 additions and 6 deletions
|
|
@ -63,6 +63,10 @@ form header {
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
::backdrop {
|
||||
backdrop-filter: blur(2px);
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
grid-template-columns: 100%;
|
||||
grid-template-rows: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue