summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-22 14:46:23 +0300
committerAndrew Dolgov <[email protected]>2021-03-22 14:46:23 +0300
commit98251022d40a4ef2c6d8e6b285c7e2454e79d0b5 (patch)
tree170f843c00ac978f4837c62257530018e646cc83 /themes/light/tt-rss.less
parent334a361e792ae06d4b5e87b62094fc5925379257 (diff)
Revert "Revert "another attempt at flex-based feed tree""
This reverts commit 43744412f46d04cf2920264b4f9cc09b43d79924.
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less14
1 files changed, 12 insertions, 2 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 53ad04d5b..2d4a6f772 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -603,11 +603,10 @@ body.ttrss_main {
&.Is_Feed {
.loadingNode {
- left : 2px;
+ left : -2px;
height : 14px;
width : 14px;
position : relative;
- top : -1px;
}
}
@@ -620,6 +619,7 @@ body.ttrss_main {
}
.counterNode {
+ order : 2;
font-weight : bold;
display : none;
font-size : @font-size-tiny;
@@ -655,8 +655,18 @@ 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;