Minor visual fixes

This commit is contained in:
thepaperpilot 2021-06-22 08:22:05 -05:00
parent d99020b422
commit 87e43ed873
3 changed files with 15 additions and 7 deletions

View file

@ -73,3 +73,10 @@ export default {
height: 50px;
}
</style>
<style>
.microtabs .sticky {
margin-left: unset !important;
margin-right: unset !important;
}
</style>

View file

@ -59,6 +59,8 @@ export default {
min-height: calc(100% - 100px);
display: flex;
flex-direction: column;
margin: 0;
flex-grow: 1;
}
.separator {
@ -89,12 +91,6 @@ export default {
margin: 7px 0;
}
.tabs-container > .simplebar-wrapper,
.simplebar-content-wrapper,
.simplebar-content {
min-height: 100%;
}
.tabs-container > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper > .simplebar-content {
display: flex;
height: 100vh;
@ -107,4 +103,9 @@ export default {
.tab > [data-simplebar] > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper {
position: static;
}
.tab > [data-simplebar] > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper > .simplebar-content {
flex-direction: column;
min-height: 100%;
}
</style>

View file

@ -376,7 +376,7 @@ export default {
<div v-frag>
<h1> C O N F I R M E D </h1>
<spacer />
<microtab family="stuff" style="width: 660px; height: 370px; background-color: brown; border: solid white; margin: auto" />
<microtab family="stuff" style="width: 660px; height: 370px; background-color: brown; --background: brown; border: solid white; margin: auto" />
<div>Adjust how many points H gives you!</div>
<Slider :value="player.c.otherThingy" @change="value => player.c.otherThingy = value" :min="1" :max="30" />
</div>