compose.scss: Fix alignment of "markdown preview" icons.

Removed the preview tag from the css rule, reduced the undo preview tag
to a font-size of 15px.

The preview tag being attached to the rule proved unnecessary. The icon
for reverting back to an editing state also dipped below the horizontal
level of the icon row.
This commit is contained in:
Wyatt Hoodes
2019-04-14 10:49:51 -10:00
committed by Tim Abbott
parent 967ff6f770
commit 3db5a03f5c

View File

@@ -472,12 +472,17 @@ a.message-control-button:hover {
min-height: 42px;
}
a#markdown_preview,
a#markdown_preview {
margin-left: 2px;
color: hsl(0, 0%, 47%);
}
a#undo_markdown_preview {
text-decoration: none;
position: relative;
font-size: 16px;
font-size: 15px;
color: hsl(0, 0%, 47%);
margin-left: 2px;
}
#markdown_preview_spinner {