Add pagination to search results.

Move to shared definition of json requests between client/server.
This commit is contained in:
2023-03-09 18:04:55 -08:00
parent f16860dd09
commit eba362a7f2
10 changed files with 162 additions and 34 deletions

View File

@@ -37,6 +37,7 @@ iframe {
}
.footer {
background-color: #eee;
color: #222;
position: fixed;
bottom: 0;
left: 0;
@@ -71,6 +72,12 @@ iframe {
padding: 1.5em;
}
}
input, .input {
color: #000;
}
input::placeholder, .input::placeholder{
color: #555;
}
</style>
</head>