mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-22 02:23:46 +00:00
992690f77d
The meta area (timestamps + action buttons) was a single flex row that wrapped chaotically on narrow screens. Split it into a `.meta-info` row for timestamps/save status and a separate `.meta-actions` row for buttons, both with flex-wrap. Renamed `.history-btn` to `.action-btn` with consistent sizing (min-width, white-space: nowrap). Closes IDEA-71
12 lines
156 B
Go
12 lines
156 B
Go
package pad
|
|
|
|
import "embed"
|
|
|
|
//go:embed web/build/*
|
|
var WebUI embed.FS
|
|
|
|
//go:embed skills/pad/SKILL.md
|
|
var PadSkill []byte
|
|
|
|
// embed cache bust: 1774786532
|