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: |
+
+ 1 |
+ unread feeds |
+
+
+ 2 |
+ starred feeds |
+
+
+ 3 |
+ all feeds |
+
+
+ Navigate: |
+
+ j |
+ next article |
+
+
+ k |
+ previous article |
+
+
+ l |
+ next feed |
+
+
+ h |
+ previos feed |
+
+
+ Mark |
+
+ R |
+ all articles as read |
+
+
+ r |
+ an article as read/unread |
+
+
+ s |
+ an 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 {