mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Fix #133, spacing between rows
This commit is contained in:
parent
4cd09b3ca0
commit
af7f9c35d1
@ -130,7 +130,6 @@ $button-height: 20px;
|
|||||||
cursor: auto;
|
cursor: auto;
|
||||||
height: $row-height;
|
height: $row-height;
|
||||||
line-height: $row-height;
|
line-height: $row-height;
|
||||||
overflow: visible;
|
|
||||||
padding: 0 4px 0 5px;
|
padding: 0 4px 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -160,6 +159,7 @@ $button-height: 20px;
|
|||||||
clear: both;
|
clear: both;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
height: $row-height;
|
height: $row-height;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Name-half (left) */
|
/** Name-half (left) */
|
||||||
@ -225,6 +225,11 @@ $button-height: 20px;
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** allow overflow for color selector */
|
||||||
|
.cr.color {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
.selector {
|
.selector {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user