diff --git a/debian/changelog b/debian/changelog index 71b8fe32..e5697093 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (22.44.9) stable; urgency=low +hedera-web (22.44.10) stable; urgency=low * Initial Release. diff --git a/forms/ecomerce/basket/style.css b/forms/ecomerce/basket/style.css index c614b61e..a573580b 100644 --- a/forms/ecomerce/basket/style.css +++ b/forms/ecomerce/basket/style.css @@ -21,8 +21,8 @@ .basket .line { display: flex; gap: 12px; - margin: 24px 0; - height: 65px; + margin: 20px 0; + height: 68px; } .basket .line:last-child { margin-bottom: 0; @@ -34,7 +34,7 @@ .basket .line > .photo { flex: none; border-radius: 50%; - width: 65px; + width: 68px; gap: 0; } .basket .line > .info { diff --git a/forms/ecomerce/ticket/style.css b/forms/ecomerce/ticket/style.css index ddb317b0..5dc22bd5 100644 --- a/forms/ecomerce/ticket/style.css +++ b/forms/ecomerce/ticket/style.css @@ -34,9 +34,9 @@ .ticket .line { display: flex; - gap: 20px; + gap: 12px; margin: 24px 0; - height: 65px; + height: 68px; } .ticket .line:last-child { margin-bottom: 0; @@ -44,16 +44,21 @@ .ticket .line > .photo { flex: none; border-radius: 50%; - width: 65px; + width: 68px; } .ticket .line > .info { flex: 1; + overflow: hidden; +} +.ticket .line > .info > * { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; } .ticket .line > .info > h2 { - font-size: 1rem; + font-size: .9rem; font-weight: normal; - padding: 0; - padding-bottom: .1em; + margin-bottom: 2px; } .ticket .line > .info > p { margin: 0; diff --git a/js/htk/popup/index.js b/js/htk/popup/index.js index fa461ad3..138451bb 100644 --- a/js/htk/popup/index.js +++ b/js/htk/popup/index.js @@ -74,7 +74,7 @@ module.exports = new Class({ } ,isModal: function() { - return this._modal || Vn.isMobile(); + return this._modal || Vn.isMobile() || true; } ,open: function() { diff --git a/js/htk/popup/style.scss b/js/htk/popup/style.scss index d67f3e7b..5f43d1ea 100644 --- a/js/htk/popup/style.scss +++ b/js/htk/popup/style.scss @@ -11,7 +11,6 @@ &.modal { position: relative; - font-size: 1.2rem; max-width: 100%; max-height: 100%; } diff --git a/js/htk/style/responsive.scss b/js/htk/style/responsive.scss index 21bd609d..74cb8b1a 100644 --- a/js/htk/style/responsive.scss +++ b/js/htk/style/responsive.scss @@ -43,10 +43,10 @@ body { font-size: 14px; } @media (max-device-width: 411px) and (min-resolution: 249dpi), (max-device-width: 411px) and (-webkit-min-device-pixel-ratio: 3) { - body { font-size: 14px; } + body { font-size: 13px; } } @media (min-device-width: 414px) and (min-resolution: 249dpi), (min-device-width: 414px) and (-webkit-min-device-pixel-ratio: 3) { - body { font-size: 14px; } + body { font-size: 13px; } } diff --git a/package.json b/package.json index 8afe3663..b1481dd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "22.44.9", + "version": "22.44.10", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {