added some descriptions to setting groups

This commit is contained in:
Miodec 2021-03-18 03:02:57 +00:00
parent 1239f7c1bb
commit 9b68c32f40
2 changed files with 15 additions and 2 deletions

View file

@ -2570,9 +2570,10 @@ key {
margin: 0;
}
.text {
& > .text {
align-self: normal;
color: var(--text-color);
grid-area: text;
}
.buttons {
@ -2770,9 +2771,10 @@ key {
grid-template-columns: 2fr 1fr;
grid-template-areas:
"title tabs"
"text text"
"buttons buttons";
column-gap: 2rem;
row-gap: 0.5rem;
// row-gap: 0.5rem;
.tabs {
display: grid;
@ -2811,6 +2813,7 @@ key {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 0.5rem;
margin-top: 0.5rem;
}
}
}

View file

@ -1916,6 +1916,11 @@
</div>
<div class="section funbox">
<h1>funbox</h1>
<div class="text">
These are special modes that change the website in some
special way (by altering the word generation, behaviour of the
website or the looks). Give each one of them a try!
</div>
<div class="buttons"></div>
</div>
<div class="sectionSpacer"></div>
@ -2129,6 +2134,11 @@
</div>
<div class="section layout">
<h1>layout override</h1>
<div class="text">
With this setting you can emulate other layouts. This setting
is best kept default, as it can break things like dead keys
and alt layers.
</div>
<div class="buttons"></div>
</div>
<div class="sectionSpacer"></div>