From a0ff49e8df5052abfb7c6d75fdfb339fbcd45cb9 Mon Sep 17 00:00:00 2001 From: odysseusmax Date: Sun, 16 Aug 2020 12:13:30 +0530 Subject: [PATCH] ui tweeks --- app/templates/header.html | 2 +- app/templates/home.html | 6 +++--- app/templates/index.html | 6 +++--- app/templates/info.html | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/templates/header.html b/app/templates/header.html index 3c27b0b..aa8dfc3 100644 --- a/app/templates/header.html +++ b/app/templates/header.html @@ -13,7 +13,7 @@ -
+
Telegram Index diff --git a/app/templates/home.html b/app/templates/home.html index 0653d3d..fcf080a 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -3,10 +3,10 @@

Available Sources

-
-
+
+
{% for chat in chats %} -
  • {{chat.name}}
  • + {% endfor %}
    diff --git a/app/templates/index.html b/app/templates/index.html index 7471b7c..792ed5d 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -8,7 +8,7 @@
    - +
    @@ -21,7 +21,7 @@ Media Type - Description + Item description DateTime Size @@ -30,7 +30,7 @@ {% for item in item_list %} - + {{item.media}} {{item.mime_type}} {{item.insight}} diff --git a/app/templates/info.html b/app/templates/info.html index fcb137c..990385e 100644 --- a/app/templates/info.html +++ b/app/templates/info.html @@ -20,7 +20,7 @@ {% if caption %} -
    +

    {{ caption|safe }}

    @@ -29,7 +29,7 @@ {% for row in reply_btns %}
    {% for btn in row %} - {{btn.text}} + {{btn.text}} {% endfor %}
    {% endfor %} @@ -56,7 +56,7 @@ {% for row in reply_btns %}
    {% for btn in row %} - {{btn.text}} + {{btn.text}} {% endfor %}
    {% endfor %}