Correction compendiums

This commit is contained in:
2026-04-27 17:49:00 +02:00
parent d12a7debdf
commit 1e252ff6f2
136 changed files with 38971 additions and 345 deletions
+37 -1
View File
@@ -208,6 +208,12 @@
min-width: 110px;
flex: 1 1 110px;
max-width: 200px;
&--wide {
flex: 1 1 100%;
max-width: 100%;
min-width: 0;
}
}
.cde-stat-label {
@@ -240,6 +246,23 @@
&:focus { border-bottom-color: @cde-item; }
}
.cde-stat-cell textarea {
width: 100%;
background: transparent;
border: 1px solid @cde-border;
border-radius: 2px;
color: @cde-text;
font-size: 13px;
font-family: inherit;
padding: 4px 6px;
outline: none;
resize: vertical;
transition: border-color 0.15s;
line-height: 1.5;
&:focus { border-color: @cde-kungfu; }
}
.cde-stat-cell select {
width: 100%;
border: none;
@@ -369,7 +392,6 @@ section.npc .cde-neon-tabs .item.active { color: @cde-supernatural; borde
display: none;
flex-direction: column;
gap: @cde-gap;
min-height: 100%;
}
.tab.active {
@@ -1289,6 +1311,13 @@ section.npc .cde-neon-tabs .item.active { color: @cde-supernatural; borde
width: auto;
height: auto;
opacity: 0.6;
cursor: zoom-in;
transition: opacity 0.2s ease, box-shadow 0.2s ease;
&:hover {
opacity: 0.9;
box-shadow: 0 0 10px @cde-border-hi;
}
}
}
@@ -3131,6 +3160,13 @@ strong.ellipsis {
max-height: 180px;
opacity: 0.45;
border-radius: 4px;
cursor: zoom-in;
transition: opacity 0.2s ease, box-shadow 0.2s ease;
&:hover {
opacity: 0.85;
box-shadow: 0 0 12px @cde-border-hi;
}
}
}