From 82cd2b40e78f7c43c3be558209f2c7196087bbfc Mon Sep 17 00:00:00 2001 From: sky Date: Tue, 30 Jul 2024 03:04:59 -0400 Subject: [PATCH] time played for profiles --- css/style.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/css/style.css b/css/style.css index db527726..906ea8c7 100644 --- a/css/style.css +++ b/css/style.css @@ -575,6 +575,36 @@ p#counter { right: 10px; bottom: 10px; } + +div.profile.played { + margin: 40px; + width: 90%; + height: 70vh; + background-color: var(--uibg); + border-radius: 10px; + display: flex; + justify-content: left; + align-items: center; + box-shadow: 0px 0px 5px 5px var(--uibg); + justify-content: center; + flex-wrap: wrap; + +} +#played-games { + width: 100%; + display: flex; + flex-wrap: wrap; + justify-content: center; +} +div.played-game { + width: 13%; + height: auto; + margin: 2%; + padding: 0; +} +div.played-game img { + aspect-ratio: 1 / 1; +} @keyframes toastFade { 0% { opacity: 0;