From caabd069d6b66ee5fa3c61a856ffed4824feaae4 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Tue, 2 Mar 2021 13:19:19 +0000 Subject: [PATCH] keybinding help styling --- src/assets/index.html | 110 ++++++++++++++++----------------- src/assets/stylesheets/app.css | 8 +++ 2 files changed, 62 insertions(+), 56 deletions(-) diff --git a/src/assets/index.html b/src/assets/index.html index 047d5a2..8203d3d 100644 --- a/src/assets/index.html +++ b/src/assets/index.html @@ -386,62 +386,60 @@

Keyboard shortuts (case-sensitive)

-
- - - - Key - Action - - - - - r - toggle item as read / unread - - - R - mark all items as read - - - s - star / unstar item - - - ? - focus the search bar - - - A - view All items - - - U - view Unread items - - - S - view Starred items - - - j - go to next feed item - - - k - go to previous feed item - - - l - go to next feed - - - h - go to previous feed - - - -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Show:
1unread feeds
2starred feeds
3all feeds
Navigate:
jnext article
kprevious article
lnext feed
hprevios feed
Mark
Rall articles as read
ran article as read/unread
san article as starred/unstarred
Misc
/focus the search bar
diff --git a/src/assets/stylesheets/app.css b/src/assets/stylesheets/app.css index 04ea7d5..73914ae 100644 --- a/src/assets/stylesheets/app.css +++ b/src/assets/stylesheets/app.css @@ -108,6 +108,14 @@ select.form-control:not([multiple]):not([size]) { outline: none; } +.table-compact tr td:first-child { + padding-left: 0; +} + +.table-compact tr td:last-child { + padding-right: 0; +} + /* custom elements */ .icon {