|
@@ -327,8 +327,8 @@ Based on the user's instruction, update and enhance the existing notes or select
|
|
|
});
|
|
|
</script>
|
|
|
|
|
|
-<div class="flex items-center mb-1.5 pt-1.5 pl-1.5 pr-2.5">
|
|
|
- <div class=" -translate-x-1.5 flex items-center">
|
|
|
+<div class="flex items-center mb-1.5 pt-1.5 px-2.5">
|
|
|
+ <div class="flex items-center mr-1">
|
|
|
<button
|
|
|
class="p-0.5 bg-transparent transition rounded-lg"
|
|
|
on:click={() => {
|
|
@@ -358,7 +358,7 @@ Based on the user's instruction, update and enhance the existing notes or select
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
-<div class="flex flex-col items-center flex-1 @container">
|
|
|
+<div class="flex flex-col items-center flex-1 @container px-2.5">
|
|
|
<div class=" flex flex-col justify-between w-full overflow-y-auto h-full">
|
|
|
<div class="mx-auto w-full md:px-0 h-full relative">
|
|
|
<div class=" flex flex-col h-full">
|
|
@@ -375,7 +375,7 @@ Based on the user's instruction, update and enhance the existing notes or select
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class=" pb-[1rem] pl-1.5 pr-2.5">
|
|
|
+ <div class=" pb-[1rem]">
|
|
|
{#if selectedContent}
|
|
|
<div class="text-xs rounded-xl px-3.5 py-3 w-full markdown-prose-xs">
|
|
|
<blockquote>
|