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:
parent
e4e1f30fcb
commit
f05311d7c8
4 changed files with 15 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue