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,47 @@
$hoverScale: 1.05;
.content {
display: flex;
flex-grow: 0;
margin-left: 5px;
}
.container {
border-radius: 4px;
background-color: var(--cardBackgroundColor);
}
.info {
display: flex;
flex-direction: column;
flex-grow: 1;
overflow: hidden;
}
.titleRow {
display: flex;
justify-content: space-between;
flex: 0 0 auto;
margin-bottom: 10px;
height: 38px;
}
.indexerRow {
color: var(--disabledColor);
}
.infoRow {
margin-bottom: 5px;
}
.title {
width: 85%;
font-weight: 500;
font-size: 12px;
}
.actions {
position: absolute;
right: 0;
white-space: nowrap;
}