diff --git a/dist/treebird20.css b/dist/treebird20.css index 5165299..67001da 100644 --- a/dist/treebird20.css +++ b/dist/treebird20.css @@ -21,6 +21,21 @@ body cursor: pointer; } +a, a:visited, a:hover, a:active +{ + color: inherit; +} + +.mention +{ + color: #cc0000; + text-decoration: none; + background-color: #ffcccc; + border-radius: 3px; + padding-left: 2px; + padding-right: 2px; +} + /* Cleans up most of the tables */ table.ui-table td { @@ -323,14 +338,37 @@ ul li:first-child a.sidebarbtn /* Only move up if SVG is next to it, the SVG moves the text */ .notification .notification-text-group-with-icon { - position: relative; - top: -2px; + vertical-align: middle; } .notification-info svg.like, .notification-info-format svg.like { fill: #aa0000; + +} + +svg.like, svg.repeat, svg.follow, svg.reply, svg.in-reply-to-icon +{ + vertical-align: middle; +} + +svg.in-reply-to-icon +{ + position: relative; + top: -3px; + stroke: #606060; +} + +.in-reply-to +{ + color: #606060; +} + +.in-reply-to-id +{ + text-decoration: none; + line-height: 23px; } .notification-compact .notification-content @@ -354,18 +392,20 @@ ul li:first-child a.sidebarbtn .notification-info img, .notification-info-format img { - margin-left: 36px; + margin-left: 38px; width: 24px; height: 24px; object-fit: cover; } .notification-info .notification-user, -.ntoification-info-format .notification-user +.notification-info-format .notification-user { display: inline; + vertical-align: middle; position: relative; top: -8px; + left: 2px; } /*************************** @@ -758,11 +798,6 @@ ul li:first-child a.sidebarbtn { font-size: 14px; padding-bottom: 3px; - - /* Move up */ - position: relative; - top: -5px; - margin-bottom: -5px; } /* Emoji reacts */ diff --git a/scripts/fcgistarter.sh b/scripts/fcgistarter.sh index c2fe6cf..c7fe0be 100755 --- a/scripts/fcgistarter.sh +++ b/scripts/fcgistarter.sh @@ -1,3 +1,3 @@ #!/bin/bash -kill -9 $(pgrep treebird.cgi) > /dev/null 2>&1 -fcgistarter -c $(dirname $(readlink -f $0))/../dist/treebird.cgi -p 4000 -N 1 +kill -9 $(pgrep treebird) > /dev/null 2>&1 +fcgistarter -c $(dirname $(readlink -f $0))/../treebird -p 4000 -N 1 diff --git a/static/in_reply_to.html b/static/in_reply_to.html index b2626be..029a836 100644 --- a/static/in_reply_to.html +++ b/static/in_reply_to.html @@ -1,3 +1,3 @@ - %s %s + %s %s diff --git a/static/status.html b/static/status.html index c4e8266..c0cff5c 100644 --- a/static/status.html +++ b/static/status.html @@ -49,7 +49,7 @@