perf(web): improve contents list design

This commit is contained in:
Masahiko AMANO 2023-01-30 23:28:17 +03:00
parent e9f848d39f
commit 478e67cc95

View File

@ -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;
}