From 53644b55eb3a6a355f25e4a30b62c2c78451cd29 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Thu, 27 Oct 2022 14:51:10 +0200 Subject: css --- public/assets/css/hootstream.css | 3 ++- public/assets/js/lib/views/stream/hootfilters.js | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index c563ba6..96b140c 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -178,9 +178,10 @@ margin-top: 0; margin-right: 0.375rem; } -#hootevents .hoot.streamLastlog .text { +/*#hootevents .hoot.streamLastlog .text { line-height: 0; } +*/ #hootevents .hoot.streamLastlog .age { } diff --git a/public/assets/js/lib/views/stream/hootfilters.js b/public/assets/js/lib/views/stream/hootfilters.js index f1cf107..2f4e4ac 100644 --- a/public/assets/js/lib/views/stream/hootfilters.js +++ b/public/assets/js/lib/views/stream/hootfilters.js @@ -76,7 +76,6 @@ var HootFilters = View.extend({ classicHref = `/profile/${target.username}`; classicText = "profile"; } - console.log(classicHref, classicText); this.$classicLink.show(); this.$classicLink.find("a").attr("href", classicHref).html(classicText); } else { -- cgit v1.2.3-70-g09d2