From 43744412f46d04cf2920264b4f9cc09b43d79924 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 21 Mar 2021 17:20:03 +0300 Subject: Revert "another attempt at flex-based feed tree" This reverts commit e12a6ca5409a77083758da4577b04d3b14d6232d. --- themes/light/tt-rss.less | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'themes/light/tt-rss.less') diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less index 2d4a6f772..53ad04d5b 100644 --- a/themes/light/tt-rss.less +++ b/themes/light/tt-rss.less @@ -603,10 +603,11 @@ body.ttrss_main { &.Is_Feed { .loadingNode { - left : -2px; + left : 2px; height : 14px; width : 14px; position : relative; + top : -1px; } } @@ -619,7 +620,6 @@ body.ttrss_main { } .counterNode { - order : 2; font-weight : bold; display : none; font-size : @font-size-tiny; @@ -655,18 +655,8 @@ body.ttrss_main { border-color: darken(@color-checked, 25%); } - .dijitTreeContent { - display : flex; - align-items : center; - flex-grow : 2; - min-width : 0; - } - .dijitTreeLabel { cursor : pointer; - min-width : 0; - overflow : hidden; - text-overflow: ellipsis; &.Unread { font-weight : bold; -- cgit v1.2.3-54-g00ecf