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 {