Media
- - - +Friends
+ + + + +You! 🙃
diff --git a/src/api/app/static/css/root.css b/src/api/app/static/css/root.css index 77bba56..90170a7 100644 --- a/src/api/app/static/css/root.css +++ b/src/api/app/static/css/root.css @@ -26,7 +26,7 @@ video { } .violet { - color: rgb(132,4,217) !important; + color: rgb(132, 4, 217) !important; } .content-container { @@ -39,7 +39,7 @@ video { .gallery { display: grid; - grid-gap: 10px; + grid-gap: 5px; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); } @@ -48,7 +48,9 @@ video { position: relative; cursor: pointer; box-sizing: border-box; - border-radius: 5px; + border-radius: 3px; + background: rgb(132, 4, 217); + background: linear-gradient(90deg, rgba(131, 58, 180, 0) 0%, rgba(58, 58, 180, 1) 20%, rgba(132, 4, 217, 1) 90%, rgba(252, 176, 69, 0) 100%); } .gallery img { diff --git a/src/api/app/templates/index.html b/src/api/app/templates/index.html index faad226..6f28f78 100644 --- a/src/api/app/templates/index.html +++ b/src/api/app/templates/index.html @@ -253,28 +253,28 @@ document.addEventListener('DOMContentLoaded', () => {