#46-problems-with-character-description-editor (#50)

Changes:
 + adjust height and width of the editor

WIP for #46
Closes #44

Reviewed-on: #50
This commit was merged in pull request #50.
This commit is contained in:
2024-01-20 13:58:22 +01:00
parent 03b87f2df0
commit 2bfd3a7d6a
2 changed files with 23 additions and 19 deletions
+11 -7
View File
@@ -6,14 +6,14 @@
.flexbox {
display: flex;
flex-direction: row;
flex-wrap: wrap
flex-wrap: wrap;
}
.flexcolumn {
flex-wrap: wrap;
}
.flexcolumn-1{
.flexcolumn-1 {
flex: 100%;
flex-wrap: wrap;
}
@@ -128,13 +128,13 @@
table {
background-color: beige;
border: 0px solid transparent;
&.bordered{
&.bordered {
border-collapse: separate;
border: 2px solid black;
border-radius: 10px;
font-size: larger;
font-weight: bolder;
}
}
}
td,
@@ -225,7 +225,7 @@
background: rgba(255, 255, 255, 0.5);
font-size: smaller;
text-align: center;
line-height: 0.8rem;
line-height: 0.8rem;
}
span.spell-process {
@@ -282,8 +282,12 @@
margin: 0.5rem 0.5rem 0.5rem 0.5rem;
height: 180px;
background-color: #eaead7;
}
.editor {
height: 100%;
width: 100%;
}
}
.attributes {
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
display: flex;