From 478e67cc95d1f9143f6d54e109ca03b76e58cb0b Mon Sep 17 00:00:00 2001 From: Masahiko AMANO Date: Mon, 30 Jan 2023 23:28:17 +0300 Subject: [PATCH] perf(web): improve contents list design --- web/public/css/tfm.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/public/css/tfm.css b/web/public/css/tfm.css index 684132f..3012e50 100644 --- a/web/public/css/tfm.css +++ b/web/public/css/tfm.css @@ -18,8 +18,10 @@ main { width: 100%; height: 100%; justify-content: space-between; + align-content: flex-start; align-items: flex-start; flex-wrap: wrap; + box-shadow: inset -5px 5px 5px #1111, inset -5px -5px 5px #1111; overflow-y: scroll; overflow-x: hidden; }