diff --git a/client/coral-embed-stream/src/components/Comment.css b/client/coral-embed-stream/src/components/Comment.css index d397185dc..143577cf6 100644 --- a/client/coral-embed-stream/src/components/Comment.css +++ b/client/coral-embed-stream/src/components/Comment.css @@ -157,3 +157,8 @@ .enter { animation: enter 1000ms; } + +.timerIcon { + vertical-align: middle; + font-size: 14px; +} diff --git a/client/coral-embed-stream/src/components/EditableCommentContent.js b/client/coral-embed-stream/src/components/EditableCommentContent.js index 06d8e6b9d..98be14d13 100644 --- a/client/coral-embed-stream/src/components/EditableCommentContent.js +++ b/client/coral-embed-stream/src/components/EditableCommentContent.js @@ -145,7 +145,7 @@ export class EditableCommentContent extends React.Component { } : - {t('edit_comment.edit_window_timer_prefix')} + {t('edit_comment.edit_window_timer_prefix')} (remainingMs <= 10 * 1000) ? styles.editWindowAlmostOver : '' } diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 437397a98..90a6250a3 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -271,11 +271,6 @@ body { float: left; } -.comment__action-container .material-icons { - font-size: 12px; - margin-left: 3px; -} - button.comment__action-button, .comment__action-button button { cursor: pointer; diff --git a/client/coral-plugin-best/BestButton.css b/client/coral-plugin-best/BestButton.css index d1660ad5a..ca77f01f2 100644 --- a/client/coral-plugin-best/BestButton.css +++ b/client/coral-plugin-best/BestButton.css @@ -5,4 +5,10 @@ .tagIcon { font-size: 12px; + vertical-align: middle; +} + +.icon { + font-size: 12px; + vertical-align: middle; } diff --git a/client/coral-plugin-best/BestButton.js b/client/coral-plugin-best/BestButton.js index c5ebeb907..34bdad201 100644 --- a/client/coral-plugin-best/BestButton.js +++ b/client/coral-plugin-best/BestButton.js @@ -98,7 +98,7 @@ export class BestButton extends Component { disabled={disabled} className={cn(styles.button, `${name}-button`, `e2e__${isBest ? 'unset' : 'set'}-best-comment`)} aria-label={t(isBest ? 'unset_best' : 'set_best')}> - + ); } diff --git a/client/coral-plugin-flags/components/FlagButton.js b/client/coral-plugin-flags/components/FlagButton.js index 33499e83d..51b88391e 100644 --- a/client/coral-plugin-flags/components/FlagButton.js +++ b/client/coral-plugin-flags/components/FlagButton.js @@ -155,7 +155,7 @@ export default class FlagButton extends Component { : {t('report')} } {
  • - {t('view_conversation')} + {t('view_conversation')}
  • - + { {t('reply')} - reply ); diff --git a/client/coral-ui/components/Icon.css b/client/coral-ui/components/Icon.css index ec9a9dabc..16fe6d235 100644 --- a/client/coral-ui/components/Icon.css +++ b/client/coral-ui/components/Icon.css @@ -1,7 +1,3 @@ .root { - vertical-align: middle; - width: 1em; - font-size: 1em; - overflow: hidden; } diff --git a/plugins/coral-plugin-like/client/styles.css b/plugins/coral-plugin-like/client/styles.css index 9ce0d5271..859581bd4 100644 --- a/plugins/coral-plugin-like/client/styles.css +++ b/plugins/coral-plugin-like/client/styles.css @@ -25,7 +25,9 @@ } .icon { - padding: 0 2px; + font-size: 12px; + padding: 0 2px 0 5px; + vertical-align: middle; } @media (max-width: 425px) { diff --git a/plugins/coral-plugin-love/client/styles.css b/plugins/coral-plugin-love/client/styles.css index d7753a0e9..9d1bec487 100644 --- a/plugins/coral-plugin-love/client/styles.css +++ b/plugins/coral-plugin-love/client/styles.css @@ -25,7 +25,9 @@ } .icon { - padding: 0 2px; + font-size: 12px; + padding: 0 2px 0 5px; + vertical-align: middle; } @media (max-width: 425px) { diff --git a/plugins/coral-plugin-respect/client/styles.css b/plugins/coral-plugin-respect/client/styles.css index 3ab0fbd29..362e02b8f 100644 --- a/plugins/coral-plugin-respect/client/styles.css +++ b/plugins/coral-plugin-respect/client/styles.css @@ -26,7 +26,8 @@ } .icon { - padding: 0 2px; + font-size: 12px; + padding: 0 3px; } @media (max-width: 425px) { diff --git a/plugins/coral-plugin-viewing-options/client/components/ViewingOptions.css b/plugins/coral-plugin-viewing-options/client/components/ViewingOptions.css index 9c302d07e..81d373b95 100644 --- a/plugins/coral-plugin-viewing-options/client/components/ViewingOptions.css +++ b/plugins/coral-plugin-viewing-options/client/components/ViewingOptions.css @@ -24,3 +24,8 @@ list-style: none; white-space: nowrap; } + +.icon { + font-size: 14px; + vertical-align: middle; +} diff --git a/plugins/coral-plugin-viewing-options/client/components/ViewingOptions.js b/plugins/coral-plugin-viewing-options/client/components/ViewingOptions.js index b64123fdb..87680b370 100644 --- a/plugins/coral-plugin-viewing-options/client/components/ViewingOptions.js +++ b/plugins/coral-plugin-viewing-options/client/components/ViewingOptions.js @@ -24,7 +24,7 @@ const ViewingOptions = (props) => {
    { diff --git a/plugins/talk-plugin-permalink/client/components/PermalinkButton.js b/plugins/talk-plugin-permalink/client/components/PermalinkButton.js index 55b98e5d8..cca8718b5 100644 --- a/plugins/talk-plugin-permalink/client/components/PermalinkButton.js +++ b/plugins/talk-plugin-permalink/client/components/PermalinkButton.js @@ -72,7 +72,7 @@ export default class PermalinkButton extends React.Component { onClick={this.toggle} className={cn(`${name}-button`, styles.button)}> {t('permalink')} - +