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

some fixes and display version

This commit is contained in:
Laura
2025-08-11 01:38:16 +02:00
parent d8ded61a09
commit 607e316f69
7 changed files with 145 additions and 12 deletions

View File

@@ -68,6 +68,29 @@ body {
overflow: hidden;
}
#version {
position: absolute;
font-size: 12px;
font-style: italic;
top: 3px;
right: 6px;
color: #a5adcb;
}
#version a {
color: #a5adcb;
text-decoration: none;
}
body.loading #version {
font-size: 0;
animation: rotating 1.2s linear infinite;
background-image: url(icons/spinner.svg);
width: 16px;
height: 16px;
top: 6px;
}
#page {
display: flex;
flex-direction: column;
@@ -419,6 +442,7 @@ select {
margin-right: 4px;
}
body.loading #version,
.reasoning .toggle::before,
.reasoning .toggle::after,
#bottom,