refs #3971 Catalog: style fixes, filter by tag fix
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
f39b8b4cb3
commit
5443cbe7f1
|
@ -1,4 +1,4 @@
|
|||
hedera-web (22.46.14) stable; urgency=low
|
||||
hedera-web (22.46.15) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@ const Catalog = new Class({
|
|||
}
|
||||
|
||||
if (!idSearch) {
|
||||
if (params.realm != null && currentTag)
|
||||
if (params.realm != null)
|
||||
filter.push($.realmOp);
|
||||
if (params.type != null)
|
||||
filter.push($.typeOp);
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
}
|
||||
}
|
||||
.grouping {
|
||||
width: 38px;
|
||||
width: 44px;
|
||||
background-color: #ddd;
|
||||
}
|
||||
.available {
|
||||
|
@ -432,11 +432,7 @@
|
|||
|
||||
& > .htk-image {
|
||||
height: initial;
|
||||
max-height: 250px;
|
||||
|
||||
& > img {
|
||||
margin-top: -60px;
|
||||
}
|
||||
max-height: 260px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "22.46.14",
|
||||
"version": "22.46.15",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue