diff --git a/client/images/pencil.svg b/client/images/pencil.svg index 37a90466..f9bd1db9 100644 --- a/client/images/pencil.svg +++ b/client/images/pencil.svg @@ -1,21 +1,13 @@ - - - - + + + + + + + diff --git a/client/styles/components/_toolbar.scss b/client/styles/components/_toolbar.scss index fdac2ada..f7ebaab1 100644 --- a/client/styles/components/_toolbar.scss +++ b/client/styles/components/_toolbar.scss @@ -115,6 +115,14 @@ } .toolbar__edit-name-button { + display: inline-block; + vertical-align: top; + height: #{18 / $base-font-size}rem; + margin-left: #{-4 / $base-font-size}rem; + & svg { + width: #{18 / $base-font-size}rem; + height: #{18 / $base-font-size}rem; + } @include themify() { & path { fill: getThemifyVariable('inactive-text-color');