From 16300c93c1cfc65c95d0e95ec1249fae182283bd Mon Sep 17 00:00:00 2001 From: r Date: Sun, 22 Dec 2019 19:43:03 +0000 Subject: Switch to fork-awesome font --- static/main.css | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'static') diff --git a/static/main.css b/static/main.css index f09f517..a4a069d 100644 --- a/static/main.css +++ b/static/main.css @@ -76,7 +76,7 @@ color: #777777; } -.status-action .icon { +.status-action .fa { margin: 0 4px 0 0; } @@ -84,11 +84,11 @@ width: auto; } -.icon.dripicons-star.liked { +.fa.liked { color: yellow; } -.icon.dripicons-retweet.retweeted { +.fa.retweeted { color: green; } @@ -135,18 +135,13 @@ .retweet-info .status-profile-img { height: 24px; width: 24px; - margin-bottom: -8px; - vertical-align: baseline; + vertical-align: middle; } .retweet-info .status-dname{ margin-left: 4px } -.retweet-info .icon.dripicons-retweet.retweeted { - vertical-align: sub; -} - .post-content { padding: 4px; font-size: 11pt; @@ -187,7 +182,7 @@ font-size: 10pt } -.status-reply-container .icon { +.status-reply-container .fa { font-size: 10pt; vertical-align: sub; margin-right: -2px; @@ -335,3 +330,16 @@ vertical-align: middle; display: inline-block; } + +.fa { + font-size: 11pt !important; + color: #444444; +} + +.post-form-emoji-link { + margin-left: 8px; +} + +.post-form-emoji-link i { + font-size: 14pt !important; +} -- cgit v1.2.3