diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2024-11-23 16:54:22 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2024-11-23 16:54:22 +0300 |
| commit | 417065b8f56e5d273c80a866a67f9555073c6592 (patch) | |
| tree | e6f996a482fa45f012ca6dfaafa71b0d25a65a24 /themes/light-high-contrast.css | |
| parent | c2d0c5a5c934a9472d123742b4b3ea8da000a0d3 (diff) | |
show cumulative score adjustment (if any) and up to 3 actions total in filter tree
Diffstat (limited to 'themes/light-high-contrast.css')
| -rw-r--r-- | themes/light-high-contrast.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/light-high-contrast.css b/themes/light-high-contrast.css index 217d10eac..19387f96e 100644 --- a/themes/light-high-contrast.css +++ b/themes/light-high-contrast.css @@ -1964,6 +1964,7 @@ body.ttrss_utility.share_popup .content { .flat .dijitTree .labelParam { float: right; margin-right: 16px; + text-align: right; } .flat .dijitTree .dijitTreeRow.filterDisabled { opacity: 0.5; |