You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: