finder wi crazy stuff

This commit is contained in:
somebody
2022-09-07 20:08:09 -05:00
parent 1c101b15ba
commit 6c6dce509b
2 changed files with 34 additions and 0 deletions

View File

@@ -1920,6 +1920,25 @@ body {
align-items: center;
}
#finder-wi-carousel {
height: 40%;
width: 100vw;
position: absolute;
bottom: 0px;
right: 0px;
}
.finder-wi-block {
background-color: var(--flyout_background_pinned);
width: 33%;
height: 100%;
overflow-y: scroll;
}
.finder-wi-block > * {
display: block;
}
/*---------------------------------- Global ------------------------------------------------*/
.hidden {
display: none;

View File

@@ -142,4 +142,19 @@
<div id="finder">
<input id="finder-input" placeholder="Search for something..."></input>
</div>
<div id="finder-wi-carousel">
<div class="finder-wi-block">
<h2>It's World Info</h2>
<span class="help_info">This design provides a lot of horizontal space for explaining features!</span>
<textarea>Not to mention a lot of space to type your entries. Like a loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooot of space.</textarea>
<span>Perhaps most imporantly, there is space to add new features.</span>
<input type="color">
<input type="radio">
<input type="radio">
<input type="radio">
<input type="file">
??? Who knows what will be here!
</div>
</div>
</div>