Display list of games #16

Merged
Egamorf merged 6 commits from feature/display-list-of-game into main 2025-04-17 00:59:30 +02:00
5 changed files with 6 additions and 5 deletions
Showing only changes of commit d23e980a6d - Show all commits

View File

@@ -27,6 +27,7 @@
.title {
font-weight: bold;
font-size: 13px;
color: var(--white);
text-decoration: none;
width: fit-content;

View File

@@ -4,7 +4,7 @@
gap: 10px;
padding-right: 20px;
padding-left: 10px;
height: 100%;
min-height: calc(100vh - 80px);
box-sizing: border-box;
width: 100%;
border-left: 2px solid var(--line);
@@ -19,6 +19,7 @@
.title {
font-weight: bold;
font-size: 14px;
color: var(--violet);
height: 24px;
align-content: center

View File

@@ -2,6 +2,7 @@
display: flex;
flex-direction: row;
gap: 8px;
margin: 0 8px;
align-items: center;
}

View File

@@ -1,9 +1,8 @@
.container {
display: grid;
grid-template-columns: 1fr 240px;
margin-top: 20px;
margin-bottom: 10px;
height: 100%;
padding: 20px 0;
height: fit-content;
}
.content {

View File

@@ -39,7 +39,6 @@ html {
html, body, #app {
margin: 0;
padding: 0;
height: 100%;
}
.invalid {