diff --git a/src/webview/css/css.js b/src/webview/css/css.js index b3be718518e..3eb45765353 100644 --- a/src/webview/css/css.js +++ b/src/webview/css/css.js @@ -115,12 +115,12 @@ hr { } .timestamp { position: absolute; - right: 0.275rem; + right: 4.4px; transform: translateX(100%); transition-property: right, transform; transition-duration: 0.2s; width: 4.3rem; - padding: 0.112rem 0; + padding: 1.79px 0; font-size: 0.9rem; text-align: center; white-space: nowrap; @@ -130,7 +130,7 @@ hr { box-shadow: -1px 1px 2px 0 hsla(0, 0%, 0%, 0.3), -2px 2px 4px 0 hsla(0, 0%, 0%, 0.3); } .timestamp.show { - right: 0.705rem; + right: 11.28px; transform: none; } .message p + p {