diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-27 14:51:10 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-27 14:51:10 +0200 |
| commit | 53644b55eb3a6a355f25e4a30b62c2c78451cd29 (patch) | |
| tree | 2c3bc582210b68e686a7b258847d9ee2534ed78c /public | |
| parent | bf8213da7a459540ff0ab820c2353e0c79c66702 (diff) | |
css
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/css/hootstream.css | 3 | ||||
| -rw-r--r-- | 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 { |
