Skip to content

Commit 25ce537

Browse files
committed
feat: add image object fit settings and enhance WidgetExpressions with new UI components
1 parent 731a107 commit 25ce537

5 files changed

Lines changed: 244 additions & 47 deletions

File tree

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "narratrix"
3-
version = "0.12.7"
3+
version = "0.12.8"
44
description = "Multi-Platform AI Client focused in Roleplay and Tabletop experience"
55
authors = ["vitorfdl"]
66
edition = "2021"

src/components/ui/button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const buttonVariants = cva(
1818
},
1919
size: {
2020
default: "h-8 px-4 py-2",
21-
xs: "h-5 rounded-md px-1 text-xs",
21+
xs: "h-5 rounded-md px-0.5 text-xs",
2222
sm: "h-6 rounded-md px-2 text-xs",
2323
lg: "h-10 rounded-md px-8",
2424
icon: "h-9 w-9",

0 commit comments

Comments
 (0)