ProjectMirador / mirador-annotations

a Mirador 3 plugin that adds annotation creation tools to the user interface
https://mirador-annotations.netlify.app/
38 stars 37 forks source link

Add margin to left edge of New/Edit annotation panel #54

Closed ggeisler closed 2 years ago

ggeisler commented 3 years ago

I know the New/Edit annotation panel is only in a first draft version (there are more features proposed in #4) but we could make it feel a little more polished and friendly to users with a minor styling update.

Currently there is no whitespace between the left edge of the panel and the left-edge of the panel title and panel content elements:

Screen Shot 2021-05-12 at 9 39 52 AM

I think we're using padding-left: 16px; for the left edge margin on the default window sidebar; I suggest using the same value for the New/Edit annotation panel.