summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-21 17:20:03 +0300
committerAndrew Dolgov <[email protected]>2021-03-21 17:20:03 +0300
commit43744412f46d04cf2920264b4f9cc09b43d79924 (patch)
tree4e496380c563932316610272c383d7a04fb4fed3 /themes/light
parentef5d6b9b788780025b50f90d803db12352f3e099 (diff)
Revert "another attempt at flex-based feed tree"
This reverts commit e12a6ca5409a77083758da4577b04d3b14d6232d.
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/dijit_basic.less14
-rw-r--r--themes/light/tt-rss.less14
2 files changed, 6 insertions, 22 deletions
diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less
index 7e93975ba..4f2faadcb 100644
--- a/themes/light/dijit_basic.less
+++ b/themes/light/dijit_basic.less
@@ -4,11 +4,11 @@
padding: 2px;
}
- /*#feedTree {
+ #feedTree {
.dijitTreeContent .dijitInline {
vertical-align : baseline;
}
- }*/
+ }
.dijitButton i.material-icons {
position: relative;
@@ -107,12 +107,6 @@
}
.dijitTree {
- .dijitTreeRowFlex {
- display : flex;
- flex-direction : row;
- align-items : center;
- }
-
.dijitFolderClosed,
.dijitFolderOpened {
display : none;
@@ -132,10 +126,10 @@
color : white;
}
- /*.dijitTreeRow .dijitTreeExpando {
+ .dijitTreeRow .dijitTreeExpando {
position : relative;
top : -2px;
- }*/
+ }
.labelParam {
float: right;
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;