Commit e5568462 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Adjust icon alignment

CSS reset via tailwind preflight changes SVG default display. Adjust to
make things look as before.

See https://tailwindcss.com/docs/preflight#images-are-block-level
parent 473e2cd8
...@@ -171,7 +171,7 @@ function SelectionTabs({ annotationsService, isLoading, settings }) { ...@@ -171,7 +171,7 @@ function SelectionTabs({ annotationsService, isLoading, settings }) {
<br /> <br />
Create one by selecting some text and clicking the{' '} Create one by selecting some text and clicking the{' '}
<Icon <Icon
classes="hyp-u-margin--1 u-inline" classes="m-0.5 inline -mt-0.5"
name="annotate" name="annotate"
title="Annotate" title="Annotate"
/>{' '} />{' '}
......
...@@ -108,8 +108,8 @@ function ShareAnnotationsPanel({ toastMessenger }) { ...@@ -108,8 +108,8 @@ function ShareAnnotationsPanel({ toastMessenger }) {
)}{' '} )}{' '}
<span> <span>
Private ( Private (
<Icon name="lock" classes="inline" /> <em>Only Me</em>) <Icon name="lock" classes="inline -mt-0.5" /> <em>Only Me</em>
annotations are only visible to you. ) annotations are only visible to you.
</span> </span>
</p> </p>
<ShareLinks shareURI={shareURI} /> <ShareLinks shareURI={shareURI} />
......
...@@ -81,7 +81,6 @@ a.MenuItem:hover { ...@@ -81,7 +81,6 @@ a.MenuItem:hover {
.MenuItem__icon { .MenuItem__icon {
@include utils.icon--medium; @include utils.icon--medium;
color: inherit; color: inherit;
display: inline-block;
margin-right: 4px; margin-right: 4px;
position: relative; position: relative;
&-container { &-container {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment