1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 09:19:54 +00:00

scroll bottom and top

This commit is contained in:
Laura
2025-08-23 17:43:37 +02:00
parent 3b2fbad877
commit dea725e17c
4 changed files with 29 additions and 10 deletions

View File

@@ -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 {