mirror of https://github.com/usememos/memos.git
- Blue highlight lines for both column and row inserts are now clipped to the table boundaries via a relative overflow-hidden wrapper div around the table, so they no longer extend beyond the table edges. - Insert-column + button is now absolutely positioned with left-1/2 top-1/2 -translate-x/y-1/2 for pixel-perfect centering on the column border (previously used flex centering which was slightly off due to Tooltip wrapper). - Added ml-1 margin before the column delete button so it doesn't overlap with the insert-column + button hover zone. - Added a second '+ Add row' button just below the table (above the footer), in addition to the one in the footer bar. - Added '+ Add column' button in the footer bar, right next to the '+ Add row' button. Co-authored-by: milvasic <milvasic@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| docs | ||
| public | ||
| src | ||
| .gitignore | ||
| biome.json | ||
| components.json | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| tsconfig.json | ||
| vite.config.mts | ||