Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/app/record/components/top-bar/top-bar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,15 @@ app-panel {
align-items: center;
}

// The header uses 8px right padding around a 48px edit button (12px
// icon inset each side), while the body uses 16px padding around a
// visibility icon with no inset of its own. Those two paddings don't
// cancel out, so without this the visibility icon glyph sits 4px
// further from the edge than the edit icon glyph. This nudges it back
// in line. Scoped locally for the same reason as above.
::ng-deep app-panel-privacy {
margin-top: 0;
margin-inline-end: 4px;
}
}

Expand Down
Loading