Fix: CSS issue with too large slider
This commit is contained in:
parent
6e96013f00
commit
6b168e67d7
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.sphinxgalleria-core figure input[type=range] {
|
.sphinxgalleria-core figure input[type=range] {
|
||||||
width: 100%;
|
width: 90%;
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
border: none;
|
border: none;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
|
Loading…
Reference in a new issue