Instead of absolute positioning (which caused icons to overlay text), use min-height:40px on .cal-item so the row is always tall enough for 28px mini-btns. Buttons stay in the flex flow with display:none when hidden — no space reserved, no text truncation, no height shift on hover. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 lines
82 B
JavaScript
3 lines
82 B
JavaScript
// Increment APP_VERSION with every code change
|
|
export const APP_VERSION = 'v58';
|