X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=48755b89dcbeee586fc8a14caf8ff0ea05115d19;hb=97d278109d2d9d60e458a70d09b893c6daa95406;hp=e266ceb53ef895244a3e9060f16ebbc1f40b9786;hpb=18c8a7f2471f891c14803276655edc8f828d2eeb;p=friendica.git diff --git a/view/global.css b/view/global.css index e266ceb53e..48755b89dc 100644 --- a/view/global.css +++ b/view/global.css @@ -247,14 +247,7 @@ span.oembed, h4 { margin: 0px 0px 0px 0px; } -code { - background-color: #eee; - color: #666; - padding: 1em; - font-size: 0.85em; - font-family: monospace; -} -key { +code, key { display: inline; background-color: #eee; color: #666; @@ -609,3 +602,8 @@ img.invalid-src:after { vertical-align: top;} #register-explicid-content { font-weight: bold; } + +span.emoji.mastodon img { + height: 1.2em; + vertical-align: middle; +}