diff --git a/index.html b/index.html index e00be65..b5cf39c 100644 --- a/index.html +++ b/index.html @@ -173,7 +173,8 @@ border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 10px 14px; - margin-bottom: 18px; + margin-bottom: 0; + grid-column: 1 / -1; } .tg-link { display: inline-flex; @@ -378,6 +379,7 @@ } .shared-link-row input { flex: 1; + min-width: 0; font-size: 0.78rem; font-family: monospace; color: var(--accent); @@ -386,6 +388,9 @@ border-radius: var(--radius-sm); padding: 7px 10px; outline: none; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .copy-sm-btn { background: var(--accent); @@ -517,7 +522,7 @@