Start browser, store latest field data
This commit is contained in:
parent
b7cd308016
commit
1203ee589c
3 changed files with 75 additions and 9 deletions
|
|
@ -7,15 +7,20 @@ input {
|
|||
font-size: 1em;
|
||||
}
|
||||
|
||||
.browser {
|
||||
input {
|
||||
width: 350px;
|
||||
}
|
||||
}
|
||||
|
||||
.new {
|
||||
width: 400px;
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
.sites {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, min-content);
|
||||
grid-gap: 8px 16px;
|
||||
margin-top: 32px;
|
||||
|
||||
div {
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue