Merge pull request #1917 from umap-project/1911-better-importers-styles

fix: CSS adjustments for importers
This commit is contained in:
David Larlet 2024-06-20 09:59:40 -04:00 committed by GitHub
commit 8b2610947a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 3 deletions

View file

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

View file

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

View file

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