From 6f44e2d8bce940856780e5d893f72c24a4ed1f35 Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Fri, 15 Jun 2018 12:46:54 +0200 Subject: [PATCH 1/6] Make profile view tiled --- resources/views/profile/show.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php index 525f24d1..111c71e6 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -17,7 +17,7 @@ @endif
-
+
@if($owner && request()->is('*/saved'))

{{__('profile.savedWarning')}}

@@ -25,8 +25,8 @@ @endif @if($timeline->count() > 0) @foreach($timeline as $status) -
- +
+
From 3f2aa0a3274ad131a6a9befc56e8c7c54009d308 Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Fri, 15 Jun 2018 12:54:57 +0200 Subject: [PATCH 2/6] Remove borders from profile view --- resources/assets/sass/custom.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 6b04d2ba..419787e2 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -193,6 +193,13 @@ body, button, input, textarea { } } +@media (max-width: map-get($grid-breakpoints, "sm")) { + .card-md-border-0 { + border-width: 0!important; + border-radius: 0!important; + } +} + @keyframes loading-bar { from { background-position: 0 0; } to { background-position: 100vw 0; } @@ -248,4 +255,4 @@ body, button, input, textarea { .details-animated[open] { animation-name: fadeInDown; animation-duration: 0.5s; -} \ No newline at end of file +} From 87a0e036d3ec67d2e9fe5f9d72981537f9b4ddac Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Mon, 18 Jun 2018 15:46:26 +0200 Subject: [PATCH 3/6] Adapt tiling from user profiles --- resources/views/discover/home.blade.php | 26 ++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/resources/views/discover/home.blade.php b/resources/views/discover/home.blade.php index 5bd9e3c3..1995e2b5 100644 --- a/resources/views/discover/home.blade.php +++ b/resources/views/discover/home.blade.php @@ -6,16 +6,16 @@

Discover People

@foreach($people as $profile) -
-
+
+
-

{{$profile->username}}

-

{{$profile->name}}

+

{{$profile->username}}

+

{{$profile->name}}