diff options
| author | 2014-10-26 21:21:07 +0100 | |
|---|---|---|
| committer | 2014-10-26 21:22:34 +0100 | |
| commit | 482f995d61f4b172f7b79becc25d0d7157098daf (patch) | |
| tree | 9a324cda637c8ea86826327301c09afd3788d4b8 | |
| parent | 9decc715f437c7139a56c270c034e381a650c3fa (diff) | |
All the category area is clickable
See https://github.com/marienfressinaud/FreshRSS/issues/646
| -rw-r--r-- | p/themes/base-theme/template.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 6640284f9..79fe506f2 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -348,6 +348,8 @@ a.btn { text-overflow: ellipsis; } .tree-folder-title .title { + display: inline-block; + width: 100%; vertical-align: middle; } .tree-folder-items > .item { @@ -406,6 +408,10 @@ a.btn { } /*=== Aside main page */ +.aside_feed .category .title { + width: calc(100% - 35px); +} + .aside_feed .tree-folder-title .icon { padding: 5px; } |
