From 961721ef926100683604b60ad8ef3fc7eca58519 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 27 Dec 2021 00:28:00 +0530 Subject: [PATCH] Use Piped Material's internal 60pt grid at other places too commit 67468646ea119b1fb7e1394c962cf06f7c27f3a6 Author: root Date: Thu Dec 23 04:14:05 2021 +0530 Weird fix for a weird bug commit c25daea8cc87b249f4eefb661f8e0f384ac73e4b Author: root Date: Thu Dec 23 03:21:57 2021 +0530 Remove padding on comments commit ff44b929e17d1794171200a9a4a71d99513cb3c6 Author: root Date: Thu Dec 23 03:14:39 2021 +0530 Optimize commit 99b2bc16141f4cd71767ce4db7dcc15b94dfa927 Author: root Date: Thu Dec 23 03:10:25 2021 +0530 Convert a few pages commit 909f704eafa68a872790bdc1564aea51331489d1 Author: root Date: Thu Dec 23 03:02:13 2021 +0530 Introduce own system for grid --- src/components/Grid/GridCol.vue | 20 +++++++++ src/components/Grid/GridRow.vue | 30 +++++++++++++ src/routes/Channel.vue | 62 +++++++++++++-------------- src/routes/FeedPage.vue | 75 +++++++++++---------------------- src/routes/SearchResults.vue | 60 ++++++++++++++------------ src/routes/WatchVideo.vue | 2 +- 6 files changed, 139 insertions(+), 110 deletions(-) create mode 100644 src/components/Grid/GridCol.vue create mode 100644 src/components/Grid/GridRow.vue diff --git a/src/components/Grid/GridCol.vue b/src/components/Grid/GridCol.vue new file mode 100644 index 0000000..5175e18 --- /dev/null +++ b/src/components/Grid/GridCol.vue @@ -0,0 +1,20 @@ + + + diff --git a/src/components/Grid/GridRow.vue b/src/components/Grid/GridRow.vue new file mode 100644 index 0000000..65e80ed --- /dev/null +++ b/src/components/Grid/GridRow.vue @@ -0,0 +1,30 @@ + + + + + diff --git a/src/routes/Channel.vue b/src/routes/Channel.vue index f2443a2..d0a9ab7 100644 --- a/src/routes/Channel.vue +++ b/src/routes/Channel.vue @@ -1,43 +1,45 @@ - - diff --git a/src/routes/SearchResults.vue b/src/routes/SearchResults.vue index a39d2b6..096346b 100644 --- a/src/routes/SearchResults.vue +++ b/src/routes/SearchResults.vue @@ -1,37 +1,46 @@