Finishing touches
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 15s

This commit is contained in:
2026-03-26 11:49:16 +00:00
parent 89d3d8eefb
commit 7f01b1a296

View File

@@ -61,7 +61,7 @@ import Steam from "./Steam.vue";
</div> </div>
<div class="sidebar"> <div class="sidebar">
<Steam class="sidebar-cell" /> <Steam class="sidebar-cell" />
<Chat class="flex-1 min-h-0 chat-home grid-cell" /> <Chat class="flex-1 min-h-0 chat-home sidebar-cell" />
<Miku <Miku
class="sidebar-image miku-image box-border border-tertiary border-2 bg-bg_primary" class="sidebar-image miku-image box-border border-tertiary border-2 bg-bg_primary"
/> />
@@ -79,7 +79,7 @@ import Steam from "./Steam.vue";
} }
.sidebar-cell { .sidebar-cell {
background-color: var(--bg_quaternary); background-color: var(--bg_secondary);
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
border-color: var(--quaternary); border-color: var(--quaternary);
@@ -126,7 +126,7 @@ import Steam from "./Steam.vue";
.homeGrid { .homeGrid {
order: -1; order: -1;
width: 100%; width: 100%;
height: 150vw; height: 130vw;
margin-inline: 0; margin-inline: 0;
box-sizing: border-box; box-sizing: border-box;
} }
@@ -138,7 +138,7 @@ import Steam from "./Steam.vue";
} }
.sidebar > * { .sidebar > * {
min-height: 80px; min-height: 300px;
} }
.sidebar-image { .sidebar-image {
@@ -178,7 +178,7 @@ import Steam from "./Steam.vue";
.sidebar > * { .sidebar > * {
max-width: none; max-width: none;
width: auto; width: auto;
min-height: 80px; min-height: 120px;
} }
.chat-home { .chat-home {