diff --git a/static/style.css b/static/style.css
old mode 100755
new mode 100644
index 7de390f..db80e05
--- a/static/style.css
+++ b/static/style.css
@@ -1,10 +1,28 @@
body {
- max-width: 800px;
+ max-width: 1200px;
margin: 10px auto;
padding-left: 5px;
padding-right: 5px;
}
+/* search results related */
+
+#wrap {
+ display: flex;
+ flex-wrap: wrap;
+}
+
+.result-wrapper {
+ width: 300px;
+ margin: 10px;
+}
+
+.result-info {
+ display: block;
+}
+
+/* end of search results related */
+
.tag {
background-color: lightgray;
padding: 3px 7px;
diff --git a/templates/accounts/video_channels.html b/templates/accounts/video_channels.html
index 74280a8..33f37c3 100644
--- a/templates/accounts/video_channels.html
+++ b/templates/accounts/video_channels.html
@@ -8,21 +8,21 @@
-
+
+
+ {% for channel in video_channels.data %}
+
- |
-
-
- {{ channel.displayName }}
-
- - {{ channel.followersCount }} Followers - |
-
+ | -
- {{ video.name }}
- - {{ video.views }} Views - - {{ video.channel.displayName }} - - |
-
+
- |
-
- {{ video.name }}
- - {{ video.views }} Views - - - {{ video.channel.displayName }} - - - - {{ video.account.name }}@{{ video.account.host }} - - |
-
+
- |
-
- {{ video.name }}
- - {{ video.views }} Views - - - {{ video.channel.displayName }} - - - - {{ video.account.name }}@{{ video.account.host }} - - |
-
+
- |
-
- {{ video.name }}
- - {{ video.views }} Views - - - {{ video.channel.displayName }} - - - - {{ video.account.name }}@{{ video.account.host }} - - |
-
+
- |
-
- {{ video.name }}
- - {{ video.views }} Views - - - {{ video.channel.displayName }} - - - - {{ video.account.name }}@{{ video.account.host }} - - |
-
{{ results.total }} results
-- - - - | -
- {{ result.name }}
- - {{ result.views }} Views - - - {{ result.channel.displayName }} - - - - {{ result.account.name }}@{{ result.account.host }} - - |
-
- - | -
-
- {{ result.name }}
-
- - {{ result.views }} Views - - |
-
diff --git a/templates/video_channels/video_playlists.html b/templates/video_channels/video_playlists.html
index c31da4e..fb304f7 100644
--- a/templates/video_channels/video_playlists.html
+++ b/templates/video_channels/video_playlists.html
@@ -8,20 +8,18 @@
-
+ {{ playlist.displayName }}
+
+
+ {% endfor %}
+
{% endblock %}
diff --git a/templates/video_channels/videos.html b/templates/video_channels/videos.html
index 93dae01..fc0c31e 100644
--- a/templates/video_channels/videos.html
+++ b/templates/video_channels/videos.html
@@ -8,25 +8,21 @@
+ {{ playlist.videosLength }} Videos + -
+ {{ video.name }}
+
+
+ {% endfor %}
+
{% endblock %}
+ {{ video.views }} Views + + |