Hide the "% used" indicator when there is no maximum capacity, and add a placeholder to be more explicit for the input

This commit is contained in:
Oliver 2026-04-06 22:47:53 -06:00
parent e4e1f30fcb
commit f05311d7c8
4 changed files with 15 additions and 6 deletions

View file

@ -1,6 +1,10 @@
.taf > .window-content input {
border: none;
&::placeholder {
color: color-mix(in srgb, currentColor 40%, transparent 60%);
}
&.large {
--input-height: 2.5rem;
font-size: 1.75rem;