refs #3971 Catalog: style fixes, filter by tag fix
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2022-11-23 12:55:06 +01:00
parent f39b8b4cb3
commit 5443cbe7f1
4 changed files with 5 additions and 9 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (22.46.14) stable; urgency=low
hedera-web (22.46.15) stable; urgency=low
* Initial Release.

View File

@ -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);

View File

@ -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;
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "22.46.14",
"version": "22.46.15",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {