This commit is contained in:
parent
17f6ba97b4
commit
998e7a0b5e
|
@ -1,4 +1,4 @@
|
|||
hedera-web (22.46.12) stable; urgency=low
|
||||
hedera-web (22.46.13) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "22.46.12",
|
||||
"version": "22.46.13",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue