Enhance style
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 37s

This commit is contained in:
2025-04-16 21:23:13 +02:00
parent fa63fde800
commit d23e980a6d
5 changed files with 6 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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