Corrections sur hauteur CSS

This commit is contained in:
2026-05-04 00:11:29 +02:00
parent c17aea7371
commit b3fbfd995e
86 changed files with 207 additions and 235 deletions
+11 -6
View File
@@ -54,7 +54,10 @@
--background: #e8e4d8;
}
body {
.application.sheet.item,
.application.sheet.actor,
.window-app.sheet.item,
.window-app.sheet.actor {
--input-height: 1.8rem;
}
@@ -488,20 +491,23 @@
color: rgba(0, 0, 0, 0.9)
}
.editor {
.application.sheet .editor,
.window-app.sheet .editor {
border: 2;
height: 300px;
margin-top: 8px;
padding: 0 3px;
}
.medium-editor {
.application.sheet .medium-editor,
.window-app.sheet .medium-editor {
border: 2;
height: 240px;
padding: 0 3px;
}
.small-editor {
.application.sheet .small-editor,
.window-app.sheet .small-editor {
border: 2;
height: 120px;
padding: 0 3px;
@@ -1642,7 +1648,6 @@
/* ======================================== */
/* Sidebar CSS */
#sidebar {
font-size: 1rem;
background-position: 100%;
color: rgba(220, 220, 220, 0.75);
}
@@ -2806,4 +2811,4 @@
.argent-total-text {
margin-left: 4px;
}
}