toggle to skip WI&AN insertion in Summary's prompt

This commit is contained in:
RossAscends
2023-10-11 19:44:22 +09:00
parent 7be3718a36
commit 6b5aa9d06e
3 changed files with 49 additions and 24 deletions

View File

@@ -8,7 +8,8 @@
line-height: 1.2;
}
label[for="memory_frozen"] {
label[for="memory_frozen"],
label[for="memory_skipWIAN"] {
display: flex;
align-items: center;
margin: 0 !important;
@@ -23,4 +24,4 @@ label[for="memory_frozen"] input {
flex-direction: row;
align-items: center;
justify-content: space-between;
}
}