mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
Merge pull request #1917 from umap-project/1911-better-importers-styles
fix: CSS adjustments for importers
This commit is contained in:
commit
8b2610947a
3 changed files with 9 additions and 3 deletions
|
@ -373,7 +373,7 @@ details summary {
|
|||
border: 1px solid var(--color-darkGray);
|
||||
}
|
||||
fieldset legend {
|
||||
font-size: 1rem;
|
||||
font-size: .9rem;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -52,7 +52,6 @@
|
|||
.panel .counter {
|
||||
display: block;
|
||||
margin-top: var(--panel-gutter);
|
||||
font-weight: bold;
|
||||
}
|
||||
@media all and (orientation:landscape) {
|
||||
.panel {
|
||||
|
|
Loading…
Reference in a new issue