Correction de style CSS
Release Creation / build (release) Successful in 41s

This commit is contained in:
2026-06-03 20:50:40 +02:00
parent 0cb764f1f3
commit 0aba87a9de
37 changed files with 29 additions and 37 deletions
+7 -3
View File
@@ -408,17 +408,21 @@ table {
.fvtt-hawkmoon-cyd .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;
File diff suppressed because one or more lines are too long