settings dialog changes
This commit is contained in:
parent
189f1fe4bf
commit
5c1e5af05a
2 changed files with 8 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
<settings-model>
|
||||
<h2 style="margin-bottom: 0;">Settings</h2>
|
||||
<p class="caption" style="color: var(--red); margin-top: .4rem;">Settings are saved with JavaScript enabled.</p>
|
||||
<hr class="solid">
|
||||
<div class="container">
|
||||
<settings-section theme>
|
||||
<h3>Theme</h3>
|
||||
|
|
|
|||
|
|
@ -41,6 +41,14 @@ settings-area {
|
|||
outline-color: var(--accent);
|
||||
}
|
||||
|
||||
h2, h3 {
|
||||
margin-top: 0;
|
||||
|
||||
&:not(h2:first-child) {
|
||||
border-bottom: unset !important;
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue