fix: left-edge clipping of the terminal cloud icon and account profile avatar (#27691)

This commit is contained in:
G30
2026-08-11 01:28:17 -04:00
committed by GitHub
parent 2387ce63cb
commit 8e83d83324
2 changed files with 2 additions and 2 deletions
@@ -85,7 +85,7 @@
<div class="mb-2 flex items-center gap-4">
<button
class="group relative flex h-10 w-10 shrink-0 items-center justify-center overflow-hidden rounded-full bg-gray-100
ring-1 ring-gray-200 transition-all duration-200 hover:ring-2 hover:ring-gray-300 dark:bg-white/8 dark:ring-white/10 dark:hover:ring-white/20"
ring-1 ring-inset ring-gray-200 transition-all duration-200 hover:ring-2 hover:ring-gray-300 dark:bg-white/8 dark:ring-white/10 dark:hover:ring-white/20"
type="button"
on:click={() => {
profileImageInputElement.click();
+1 -1
View File
@@ -4,7 +4,7 @@
</script>
<svg
class={className}
class="overflow-visible {className}"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
stroke-width={strokeWidth}