lbry-desktop/ui/scss/component/_dat-gui.scss
btzr-io e4d822f818 Fix and enable 3D viewer: #4035
Fix 3d viewer styles

Fix minor warnings from three.js

Remove deprecated themes

Fix #4074
2020-04-27 14:27:04 -04:00

29 lines
342 B
SCSS

// dat.gui component
.gui-container {
top: 0;
right: 0;
position: absolute;
.dg.main {
margin: 0;
padding: 0;
overflow: inherit;
li {
margin: 0;
}
input {
height: initial;
}
input[type='checkbox'] {
height: 12px;
width: 12px;
padding: 0;
margin: 0;
}
}
}