webgl/public/css/style.css

40 lines
501 B
CSS
Raw Normal View History

2020-11-22 14:09:28 +00:00
html {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
}
body {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
}
2020-11-28 15:14:59 +00:00
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
2020-11-22 14:09:28 +00:00
#glCanvas {
2020-11-28 12:22:47 +00:00
display: inline-block;
max-width: 100%;
}
#ui {
2020-11-22 14:09:28 +00:00
display: inline-block;
2020-11-28 12:23:22 +00:00
vertical-align: top;
2020-11-28 17:53:59 +00:00
}
#pushtoscene {
height: 50px;
width: 150px;
2020-11-22 14:09:28 +00:00
}