forked from ZenBrowserMirrors/zen-desktop
style: adjust padding and border radius in settings window CSS; add test content in XHTML
This commit is contained in:
parent
04f14c0d2f
commit
d7c131b5ca
2 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue