Allow direct editing of collection icon (#7120)

* Allow direct editing of collection icon

* feedback
This commit is contained in:
Tom Moor
2024-06-23 17:26:00 -04:00
committed by GitHub
parent 2cad16d6b3
commit 95c768f444
5 changed files with 47 additions and 24 deletions

View File

@@ -659,7 +659,7 @@ type EditorContainerProps = {
const EditorContainer = styled.div<EditorContainerProps>`
// Adds space to the gutter to make room for icon & heading annotations
padding: 0 44px;
padding: 0 40px;
${breakpoint("tablet")`
grid-row: 1;
@@ -686,7 +686,7 @@ type RevisionContainerProps = {
const RevisionContainer = styled.div<RevisionContainerProps>`
// Adds space to the gutter to make room for icon
padding: 0 44px;
padding: 0 40px;
${breakpoint("tablet")`
grid-row: 1;