diff --git a/app/scss/custom.scss b/app/scss/custom.scss index 8bf7a442..cafab726 100644 --- a/app/scss/custom.scss +++ b/app/scss/custom.scss @@ -55,6 +55,13 @@ a:hover .badge-notify { color: black; } +.badge-emoji { + padding: 0; + background: transparent; + font-size: 15px; + top: -10px; +} + p, .content li { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased !important; diff --git a/app/templates/base.html b/app/templates/base.html index 6b551867..be9c03b1 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -6,7 +6,7 @@