Browse Source

refac: styling

Timothy Jaeryang Baek 4 months ago
parent
commit
2f338b6ae7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/layout/Sidebar.svelte

+ 1 - 1
src/lib/components/layout/Sidebar.svelte

@@ -667,7 +667,7 @@
 								<img
 									crossorigin="anonymous"
 									src={model?.info?.meta?.profile_image_url ?? '/static/favicon.png'}
-									class=" size-5 rounded-full"
+									class=" size-5 rounded-full -translate-x-[0.5px]"
 									alt="logo"
 								/>
 							</div>