From 8431f83ad9698e659b63189274c2b3ce90b367e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Doruk=20Y=C4=B1lmaz?= Date: Sat, 22 Jan 2022 02:44:02 +0300 Subject: [PATCH 1/2] edited the design of the fxtwitter.com/latest --- templates/inline.html | 186 ++++++++++++++++++++++++++++-------------- 1 file changed, 126 insertions(+), 60 deletions(-) diff --git a/templates/inline.html b/templates/inline.html index b9e98c4..ac06dc6 100644 --- a/templates/inline.html +++ b/templates/inline.html @@ -1,67 +1,133 @@ {% extends 'base.html' %} {% block head %} - TwitFix Latest - - + - html, body { - height: 100%; - text-align:center; - background: #222222; - color: white; - font-family: 'Paytone One', sans-serif; - font-size: 2vw; - } - - html { - display: table; - margin: auto; - } - - body { - display: table-cell; - vertical-align: middle; - text-align:center; - } - - a { - color: #8ebf42; - } - - #block { - position: fixed; - height: 100%; - width: 75%; - background: #222222; - display: flex; - align-items: center; - justify-content: center; - } - - -{% endblock %} +{% endblock %} {% block body %} -
-Potentially NSFW Content: Click if you are over 18 + +
+
+ Potentially NSFW Content: Click here if you are over 18 +
-TwitFix Latest Video
-WARNING: Video content is not screened so may contain NSFW Content

- -

-Original Tweet
-Original Author: {{ user }}
- - -{% endblock %} +
TwitFix Latest Video
+
WARNING: Video content is not screened so it may contain NSFW Content
+ +
+
Another?
+
Copy Link!
+
+
+ Original Tweet +
+ Original Author: DitzyFlama +
+
+ +{% endblock %} \ No newline at end of file From a3e8afb5a1e1f35d01282fe054aead2b09114838 Mon Sep 17 00:00:00 2001 From: Doruk Date: Sat, 22 Jan 2022 02:54:11 +0300 Subject: [PATCH 2/2] forgot the author one facepalm --- templates/inline.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/inline.html b/templates/inline.html index ac06dc6..9d438a5 100644 --- a/templates/inline.html +++ b/templates/inline.html @@ -126,8 +126,8 @@
Original Tweet
- Original Author: DitzyFlama + Original Author: {{ user }}
-{% endblock %} \ No newline at end of file +{% endblock %}