From 4f3a93f3634639535f3c381a4bed8f6913fb62b3 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 25 Nov 2018 01:11:53 +0900 Subject: [PATCH] Fixed search --- pages/profile/watching.scarlet | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pages/profile/watching.scarlet b/pages/profile/watching.scarlet index 0e7c76b2..232fdcb2 100644 --- a/pages/profile/watching.scarlet +++ b/pages/profile/watching.scarlet @@ -1,15 +1,15 @@ -// .profile-watching-list -// horizontal-wrap -// justify-content center +.profile-watching-list + horizontal-wrap + justify-content center -// // CSS grid variant: -// // display grid -// // grid-gap 0.5rem -// // grid-template-columns repeat(auto-fill, 55px) -// // justify-content center + // CSS grid variant: + // display grid + // grid-gap 0.5rem + // grid-template-columns repeat(auto-fill, 55px) + // justify-content center -// .profile-watching-list-item -// anime-mini-item +.profile-watching-list-item + anime-mini-item -// .profile-watching-list-item-image -// anime-mini-item-image \ No newline at end of file +.profile-watching-list-item-image + anime-mini-item-image \ No newline at end of file