mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Fix slider width for Chrome and Safari.
This commit is contained in:
parent
d5b6178e33
commit
fa617bcd6f
@ -176,7 +176,7 @@ $button-height: 20px;
|
|||||||
|
|
||||||
.slider {
|
.slider {
|
||||||
float: left;
|
float: left;
|
||||||
width: 66%;
|
width: 60%;
|
||||||
margin-left: -5px;
|
margin-left: -5px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
height: 19px;
|
height: 19px;
|
||||||
|
Loading…
Reference in New Issue
Block a user