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
+10 -5
View File
@@ -43,7 +43,10 @@
/* =================== 3. OVERRIDE FOUNDRY BACKGROUND ======= */
--background: #e8e4d8;
}
body {
.application.sheet.item,
.application.sheet.actor,
.window-app.sheet.item,
.window-app.sheet.actor {
--input-height: 1.8rem;
}
/*@import url("https://fonts.googleapis.com/css2?family=Martel:wght@400;800&family=Roboto:wght@300;400;500&display=swap");*/
@@ -414,18 +417,21 @@ table {
.fvtt-les-heritiers .sheet-body select {
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;
@@ -1409,7 +1415,6 @@ form.skill-roll-dialog input[type="checkbox"] {
/* ======================================== */
/* Sidebar CSS */
#sidebar {
font-size: 1rem;
background-position: 100%;
color: rgba(220, 220, 220, 0.75);
}
File diff suppressed because one or more lines are too long