New: Mobile friendly manual search

Fixes #490
This commit is contained in:
Qstick
2022-12-22 13:37:09 -06:00
parent 7303cdf555
commit 2e851b0588
9 changed files with 513 additions and 40 deletions
@@ -0,0 +1,11 @@
.grid {
flex: 1 0 auto;
}
.container {
&:hover {
.content {
background-color: var(--tableRowHoverBackgroundColor);
}
}
}