diff --git a/template/templates/views/add_subscription.html b/template/templates/views/add_subscription.html index e4392229..7edff42c 100644 --- a/template/templates/views/add_subscription.html +++ b/template/templates/views/add_subscription.html @@ -55,16 +55,47 @@ --> - +
+ +   + + {{ icon "external-link" }} + +
- +
+ +   + + {{ icon "external-link" }} + +
- - +
+ +   + + {{ icon "external-link" }} + +
- - + +
+ +   + + {{ icon "external-link" }} + +
diff --git a/template/templates/views/edit_feed.html b/template/templates/views/edit_feed.html index 6f6f9d39..b4c3efa1 100644 --- a/template/templates/views/edit_feed.html +++ b/template/templates/views/edit_feed.html @@ -68,16 +68,47 @@ - +
+ +   + + {{ icon "external-link" }} + +
- +
+ +   + + {{ icon "external-link" }} + +
- - +
+ +   + + {{ icon "external-link" }} + +
- +
+ +   + + {{ icon "external-link" }} + +
diff --git a/ui/static/css/common.css b/ui/static/css/common.css index 21bac999..0ec55c26 100644 --- a/ui/static/css/common.css +++ b/ui/static/css/common.css @@ -1064,3 +1064,7 @@ details.entry-enclosures { text-decoration: none; font-size: 1.2em; } + +.rules-entry { + display: flex; +}