fix: CSS adjustments for importers

Fix #1911
This commit is contained in:
David Larlet 2024-06-18 15:11:58 -04:00
parent d695d87248
commit 0a9f57d2d8
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD
3 changed files with 9 additions and 3 deletions

View file

@ -395,7 +395,7 @@ details summary {
border: 1px solid var(--color-darkGray);
}
fieldset legend {
font-size: 1rem;
font-size: .9rem;
padding: 0 5px;
}

View file

@ -1,6 +1,13 @@
.importers h3 {
font-size: 1rem;
}
.importers h4 {
font-size: .9rem;
}
.importers ul [type=button] {
background: none;
font-size: 1rem;
font-size: 0.75rem;
border: none;
width: initial;
display: inline-block;

View file

@ -52,7 +52,6 @@
.panel .counter {
display: block;
margin-top: var(--panel-gutter);
font-weight: bold;
}
@media all and (orientation:landscape) {
.panel {