Remove all/last on Settings

This commit is contained in:
jokob-sk
2024-04-25 10:22:54 +10:00
parent 5599bbdf31
commit 73732a7d0c
13 changed files with 37 additions and 14 deletions

View File

@@ -888,7 +888,7 @@ input[readonly] {
background-color: rgb(0, 0, 0);
padding: 3px;
transition: opacity 0.5s;
opacity: 0;
opacity: 0.1;
border-radius: 3px;
}