COrrection sur tokenizer
Release Creation / build (release) Successful in 1m4s

This commit is contained in:
2026-06-03 20:44:43 +02:00
parent 93f07adcee
commit 681eb42831
60 changed files with 26 additions and 18 deletions
+6 -4
View File
@@ -320,19 +320,22 @@
font-size: 0.6rem;
}
.editor {
.application.sheet .editor,
.window-app.sheet .editor {
border: 2;
height: 300px;
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;
@@ -849,7 +852,6 @@
/* ======================================== */
/* Sidebar CSS */
#sidebar {
font-size: 1rem;
background-position: 100%;
color: rgba(220, 220, 220, 0.75);
}