Fix mid screen breakpoint because spotify img would glitch
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 17s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 17s
This commit is contained in:
@@ -43,7 +43,9 @@ import Steam from "./Steam.vue";
|
|||||||
loading="lazy"
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="a4page-portrait homeGrid relative border-2 border-quaternary">
|
<div
|
||||||
|
class="a4page-portrait homeGrid relative bdr-1 border-quaternary"
|
||||||
|
>
|
||||||
<!-- <Intro class="intro" /> -->
|
<!-- <Intro class="intro" /> -->
|
||||||
<Intro2 class="intro grid-cell" />
|
<Intro2 class="intro grid-cell" />
|
||||||
<!-- <BadApple class="intro" /> -->
|
<!-- <BadApple class="intro" /> -->
|
||||||
@@ -84,10 +86,11 @@ import Steam from "./Steam.vue";
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
|
margin-top: 1.7rem;
|
||||||
|
margin-bottom: 1.2rem;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 2.5rem;
|
|
||||||
width: 15rem;
|
width: 15rem;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
@@ -95,6 +98,7 @@ import Steam from "./Steam.vue";
|
|||||||
|
|
||||||
.outerWrap {
|
.outerWrap {
|
||||||
height: 310mm;
|
height: 310mm;
|
||||||
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.homeGrid {
|
.homeGrid {
|
||||||
@@ -102,7 +106,6 @@ import Steam from "./Steam.vue";
|
|||||||
gap: 5px;
|
gap: 5px;
|
||||||
grid-template-columns: repeat(10, 1fr);
|
grid-template-columns: repeat(10, 1fr);
|
||||||
grid-template-rows: repeat(10, 1fr);
|
grid-template-rows: repeat(10, 1fr);
|
||||||
margin-block: 2.5rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-home {
|
.chat-home {
|
||||||
@@ -123,15 +126,13 @@ import Steam from "./Steam.vue";
|
|||||||
.homeGrid {
|
.homeGrid {
|
||||||
order: -1;
|
order: -1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: 150vw;
|
||||||
min-height: 400mm;
|
|
||||||
margin-inline: 0;
|
margin-inline: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 5px 10px;
|
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
@@ -199,7 +200,6 @@ import Steam from "./Steam.vue";
|
|||||||
.sidebar {
|
.sidebar {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro {
|
.intro {
|
||||||
|
|||||||
Reference in New Issue
Block a user