yeah we good for now

This commit is contained in:
martyTF 2026-06-19 18:24:27 +02:00
parent bf4e947853
commit da877dd4f4
15 changed files with 151 additions and 49 deletions

View file

@ -23,36 +23,41 @@
}
/* - - - - - - */
.flexbox-v {
display: flex;
flex-wrap: wrap;
flex-wrap: nowrap;
flex-direction: row;
}
#header {
min-width: 300px;
flex-grow: 0;
min-width: 200px;
}
#links {
flex-grow: 3;
flex-grow: 1;
display: flex;
}
#content_container {
flex-grow: 1;
height: 70vh;
min-height: 625px;
overflow: hidden;
}
#content {
flex-grow: 7;
min-width: 600px;
height: 70vh;
height: calc(70vh - 25px);
min-height: 600px;
overflow: scroll;
}
#content_embed {
width: 95%;
height: 100%;
}
#townsquare-root {
height: 20vh;
height: 160px;
}