Tweak workspace settings dialog and Markdown editor

This commit is contained in:
Gregory Schier
2025-01-08 08:54:40 -08:00
parent eeb66ca28a
commit 95266a9177
11 changed files with 233 additions and 189 deletions

View File

@@ -46,9 +46,9 @@ export function SelectFile({
const selectOrChange = (filePath ? 'Change ' : 'Select ') + itemLabel;
return (
<HStack space={1.5} className="group relative justify-stretch overflow-hidden">
<HStack className="group relative justify-stretch overflow-hidden">
<Button
className={classNames(className, 'font-mono text-xs rtl', inline && 'w-full')}
className={classNames(className, 'font-mono text-xs rtl mr-1.5', inline && 'w-full')}
color="secondary"
onClick={handleClick}
size={size}
@@ -57,6 +57,7 @@ export function SelectFile({
{rtlEscapeChar}
{inline ? filePath || selectOrChange : selectOrChange}
</Button>
{!inline && (
<>
{filePath && (