Start browser, store latest field data

This commit is contained in:
Magnus Åhall 2025-11-10 08:52:12 +01:00
parent b7cd308016
commit 1203ee589c
3 changed files with 75 additions and 9 deletions

View file

@ -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;