style: adjust padding and border radius in settings window CSS; add test content in XHTML

This commit is contained in:
mr. m 2025-03-20 12:33:17 +01:00
parent 04f14c0d2f
commit d7c131b5ca
No known key found for this signature in database
GPG key ID: 419302196C23B258
2 changed files with 5 additions and 2 deletions

View file

@ -31,7 +31,7 @@ body {
overflow-y: auto;
gap: 2rem;
padding: 2rem;
padding: 1rem;
}
.section {
@ -42,7 +42,8 @@ body {
.section-content {
width: 100%;
background: var(--zen-toolbar-element-bg);
border-radius: var(--zen-native-content-radius);
border-radius: 6px;
padding: 1em;
font-size: 1.1em;
}
}

View file

@ -31,11 +31,13 @@
<vbox class="section">
<html:h2 data-l10n-id="pane-general-title"/>
<div class="section-content">
test
</div>
</vbox>
<vbox class="section">
<html:h2 data-l10n-id="pane-general-title"/>
<div class="section-content">
test
</div>
</vbox>
</vbox>