New: Show search parameters on History view

This commit is contained in:
Qstick
2021-04-18 20:41:06 -04:00
parent b7343f2e0e
commit 0454e547ac
5 changed files with 205 additions and 11 deletions
@@ -0,0 +1,20 @@
.parameter {
display: flex;
align-items: stretch;
overflow: hidden;
margin: 2px 4px;
border: 1px solid $borderColor;
border-radius: 4px;
background-color: #eee;
cursor: default;
}
.info {
padding: 0 4px;
}
.value {
padding: 0 4px;
background-color: $white;
color: $defaultColor;
}