mirror of
https://github.com/coalaura/whiskr.git
synced 2025-12-02 20:22:52 +00:00
scroll bottom and top
This commit is contained in:
@@ -724,6 +724,7 @@ body.loading #version,
|
||||
.modal.loading .content::after,
|
||||
.reasoning .toggle::before,
|
||||
.reasoning .toggle::after,
|
||||
#top,
|
||||
#bottom,
|
||||
.files .file::before,
|
||||
.files .file .remove,
|
||||
@@ -853,15 +854,24 @@ label[for="reasoning-tokens"] {
|
||||
background-image: url(icons/amount.svg);
|
||||
}
|
||||
|
||||
#top,
|
||||
#bottom {
|
||||
top: -38px;
|
||||
right: 20px;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
background-image: url(icons/down.svg);
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-image: url(icons/up.svg);
|
||||
transition: 150ms;
|
||||
}
|
||||
|
||||
#bottom {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
#top:not(.hidden)+#bottom {
|
||||
right: 40px;
|
||||
}
|
||||
|
||||
#upload,
|
||||
#add,
|
||||
#send {
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
|
||||
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g id="SVGRepo_iconCarrier"> <path d="M12 17L12 7M12 17L8 13M12 17L16 13" stroke="#cad3f5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </g>
|
||||
<g id="SVGRepo_iconCarrier"> <path d="M12 4V20M12 4L18 10M12 4L6 10" stroke="#cad3f5" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/> </g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 586 B After Width: | Height: | Size: 581 B |
Reference in New Issue
Block a user