Browse Source

refac: styling

Timothy Jaeryang Baek 4 months ago
parent
commit
ad80643774
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

@@ -664,7 +664,7 @@
 								}}
 								draggable="false"
 							>
-								<div class="self-center">
+								<div class="self-center shrink-0">
 									<img
 										crossorigin="anonymous"
 										src={model?.info?.meta?.profile_image_url ?? '/static/favicon.png'}