diff options
| author | Fuwn <[email protected]> | 2026-02-10 11:30:22 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-10 11:30:22 +0000 |
| commit | 253fa13add71e3a62f2968fabbd525903365641e (patch) | |
| tree | 82bcad914bd5c00651c3ece74a34bedce592aaa5 | |
| parent | chore(README): Add example screenshot (diff) | |
| download | deppa-253fa13add71e3a62f2968fabbd525903365641e.tar.xz deppa-253fa13add71e3a62f2968fabbd525903365641e.zip | |
fix(model): Add additional alignment room
| -rw-r--r-- | model.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -250,7 +250,7 @@ func (model applicationModel) viewBrowsing() string { checkbox = accentStyle.Render("[x]") } - formattedSize := sizeStyle.Render(fmt.Sprintf("%8s", formatBytes(dependency.SizeBytes))) + formattedSize := sizeStyle.Render(fmt.Sprintf("%9s", formatBytes(dependency.SizeBytes))) formattedType := typeStyle.Render(fmt.Sprintf("%-14s", dependency.DirectoryType)) builder.WriteString(fmt.Sprintf( |