mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
finder wi crazy stuff
This commit is contained in:
@@ -1920,6 +1920,25 @@ body {
|
|||||||
align-items: center;
|
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 ------------------------------------------------*/
|
/*---------------------------------- Global ------------------------------------------------*/
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
@@ -142,4 +142,19 @@
|
|||||||
<div id="finder">
|
<div id="finder">
|
||||||
<input id="finder-input" placeholder="Search for something..."></input>
|
<input id="finder-input" placeholder="Search for something..."></input>
|
||||||
</div>
|
</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>
|
</div>
|
Reference in New Issue
Block a user