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

total cost tracker

This commit is contained in:
Laura
2025-08-23 18:07:53 +02:00
parent 9bf526fd01
commit 480e955910
5 changed files with 60 additions and 17 deletions

View File

@@ -73,29 +73,26 @@ body.resizing * {
cursor: grabbing !important;
}
#total,
#version {
position: absolute;
font-size: 12px;
font-style: italic;
top: 3px;
right: 6px;
right: 4px;
color: #a5adcb;
}
#total {
right: unset;
left: 4px;
}
#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;
}
#loading {
position: absolute;
top: 0;