From 177636a08a43ae4cd143372b1b989d7ecf381149 Mon Sep 17 00:00:00 2001 From: nekobit Date: Wed, 17 Aug 2022 04:36:38 +0000 Subject: [PATCH] Show time on end FossilOrigin-Name: e046337361a5fdbbd1c822c965126d133e88266c6907699bca16fae7f885752b --- dist/treebird.css | 5 ++- templates/status.tt | 82 ++++++++++++++++++++++++--------------------- 2 files changed, 48 insertions(+), 39 deletions(-) diff --git a/dist/treebird.css b/dist/treebird.css index f54f6e5..7253f15 100644 --- a/dist/treebird.css +++ b/dist/treebird.css @@ -317,7 +317,6 @@ table.ui-table td font-size: 11px; } - #navbar .search-menu-dropdown svg { stroke: #606060; @@ -2266,6 +2265,10 @@ input[type=checkbox].hidden:not(:checked) + .list-edit-content } /* MENUS */ + +/* Transition animations are possible with dropdown menus, e.g. fade, if you use + * visibility: visible; instead of display:block; (and their counter values) + * but some things seemed buggy like the search dropdown, so try with care */ .menu-container:hover .menu, .menu-container:hover + .menu { diff --git a/templates/status.tt b/templates/status.tt index 9b459f3..dae5da6 100644 --- a/templates/status.tt +++ b/templates/status.tt @@ -46,50 +46,56 @@ [% status.account.acct %] [% END %] -
[%# Note: The id may actually (99.5% of the time) be the acct %] - [% IF status.in_reply_to_id %] + [% IF status.in_reply_to_id && !(compact && interacted_with) %] [% UNLESS compact %]In reply to[% END %] [% status.pleroma.in_reply_to_account_acct || status.in_reply_to_account_id %]