refs #3971 Catalog style fixes
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2022-11-21 13:08:32 +01:00
parent 17f6ba97b4
commit 998e7a0b5e
3 changed files with 20 additions and 11 deletions

2
debian/changelog vendored
View File

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

View File

@ -141,7 +141,7 @@
column-gap: 3px;
display: flex;
& > * {
& > * {
border-radius: 3px;
padding: 1px 5px;
border: 1px transparent solid;
@ -248,7 +248,7 @@
overflow: hidden;
background-color: white;
flex-direction: column;
width: 260px;
width: 210px;
overflow: hidden;
&:hover {
@ -256,20 +256,24 @@
}
& > .htk-image {
width: 100%;
min-height: 260px;
height: 180px;
& > img {
height: initial;
}
}
& > .item-info {
flex: auto;
overflow: hidden;
margin: 10px;
height: 175px;
height: 170px;
& > h2 {
max-height: 3rem;
}
& > .item-tags {
position: absolute;
top: 82px;
top: 75px;
}
}
}
@ -289,7 +293,7 @@
gap: 10px;
margin: 0;
padding: 10px;
height: 130px;
height: 126px;
overflow: visible;
border-bottom: 1px solid #DDD;
@ -297,8 +301,8 @@
border-bottom: none;
}
& > .htk-image {
width: 110px;
height: 110px;
width: 105px;
height: 105px;
border-radius: 50%;
}
& > .item-info {
@ -427,7 +431,12 @@
max-width: 450px;
& > .htk-image {
min-height: initial;
height: initial;
max-height: 250px;
& > img {
margin-top: -60px;
}
}
}
}

View File

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