From be547ca6bcd1d459c90d26f37b2a80c85a8a9b1d Mon Sep 17 00:00:00 2001
From: Juan Ferrer Toribio
-
-
diff --git a/web/js/hedera/gui.css b/web/js/hedera/gui.css index 8360b67c..bbd1a472 100755 --- a/web/js/hedera/gui.css +++ b/web/js/hedera/gui.css @@ -168,7 +168,7 @@ } .vn-gui .user-info > span { - max-width: 9em; + max-width: 8em; display: inline-block; text-overflow: ellipsis; white-space: nowrap; @@ -305,16 +305,16 @@ opacity: 0; transform: translateZ(0) translateX(-2em); - -webkit-transform: translateZ(0) translateX(0em); + -webkit-transform: translateZ(0) translateX(-2em); } .vn-gui .form-holder.show { - transition: all 250ms ease-out; - -webkittransition: all 250ms ease-out; - opacity: 1; transform: translateZ(0) translateX(0em); -webkit-transform: translateZ(0) translateX(0em); + + transition: all 250ms ease-out; + -webkit-transition: all 250ms ease-out; } /* Desktop */ @@ -333,7 +333,7 @@ /* Mobile */ -@media (max-width: 950px) +@media (max-width: 960px) { .action-bar span.label, .htk-button > span diff --git a/web/js/hedera/style.css b/web/js/hedera/style.css index 31553bde..29dbe866 100755 --- a/web/js/hedera/style.css +++ b/web/js/hedera/style.css @@ -4,13 +4,13 @@ /* Standard */ @media screen { - body { font-size: 11pt; } + body { font-size: 10pt; } } /* Desktop - Laptop 1360x768 */ @media (max-resolution: 119dpi) and (min-device-width: 1340px) and (max-device-width: 1899px) { - body { font-size: 11pt; } + body { font-size: 10pt; } } /* Desktop - FHD 1920x1080 */