Added search and results profile persistence when logged in.

This commit is contained in:
2021-05-25 18:09:06 -05:00
parent bbb2d4bd04
commit 235196f8e5
31 changed files with 1047 additions and 466 deletions

View File

@@ -26,3 +26,9 @@ html, body {
right: 0.75rem;
top: 0.5rem;
}
.btn.btn-tab {
border-bottom-style: none;
border-bottom-left-radius: 0em;
border-bottom-right-radius: 0em;
}