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. * Initial Release.

View File

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

View File

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