COrrection sur predilections
Release Creation / build (release) Successful in 54s

This commit is contained in:
2026-04-30 23:34:16 +02:00
parent 463e9ebb19
commit a234ba5d14
37 changed files with 91 additions and 33 deletions
+37 -21
View File
@@ -117,27 +117,29 @@
}
}
.chat-card-button {
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);
border: 2px ridge #846109;
color: #d4b5a8;
padding: 0.3rem 0.5rem;
transition: all 0.2s ease;
}
i {
font-size: 0.9rem;
}
.chat-card-button {
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);
border: 2px ridge #846109;
color: #d4b5a8;
padding: 0.3rem 0.5rem;
transition: all 0.2s ease;
cursor: pointer;
&:hover {
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
color: #ffffff;
box-shadow: 0 0 8px rgba(128, 0, 0, 0.6);
}
i {
font-size: 0.9rem;
}
&:active {
position: relative;
top: 1px;
}
&:hover {
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
color: #ffffff;
box-shadow: 0 0 8px rgba(128, 0, 0, 0.6);
}
&:active {
position: relative;
top: 1px;
}
}
@@ -229,8 +231,21 @@
&.flexrow {
display: flex;
flex-direction: row;
align-items: center;
align-items: flex-start;
gap: 4px;
input[type="checkbox"] {
margin-top: 3px;
flex-shrink: 0;
}
}
h3 {
color: #2a1a0a;
font-size: 1rem;
font-weight: bold;
margin: 0;
text-shadow: none;
}
}
}
@@ -275,8 +290,9 @@
}
.item-field-label-long3 {
flex: 1;
min-width: 350px;
max-width: 350px;
min-width: 250px;
white-space: normal;
line-height: 1.3;
}
.numeric-input {