소스 검색

refac: styling

Timothy Jaeryang Baek 10 달 전
부모
커밋
aeafcc7903
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      src/app.css
  2. 1 1
      src/lib/components/chat/MessageInput.svelte

+ 4 - 0
src/app.css

@@ -44,6 +44,10 @@ code {
 	font-family: 'InstrumentSerif', sans-serif;
 }
 
+.marked a {
+	@apply underline;
+}
+
 math {
 	margin-top: 1rem;
 }

+ 1 - 1
src/lib/components/chat/MessageInput.svelte

@@ -1526,7 +1526,7 @@
 							</div>
 
 							{#if $config?.license_metadata?.input_footer}
-								<div class=" text-xs text-gray-500 text-center line-clamp-1">
+								<div class=" text-xs text-gray-500 text-center line-clamp-1 marked">
 									{@html DOMPurify.sanitize(marked($config?.license_metadata?.input_footer))}
 								</div>
 							{:else}