Mr.doob
12 years ago
|
@@ -39,7 +39,7 @@
|
|
|
|
|
|
#panel {
|
|
#panel {
|
|
position: absolute;
|
|
position: absolute;
|
|
- width: 300px;
|
|
|
|
|
|
+ width: 310px;
|
|
height: 100%;
|
|
height: 100%;
|
|
overflow: scroll;
|
|
overflow: scroll;
|
|
}
|
|
}
|
|
@@ -65,9 +65,9 @@
|
|
|
|
|
|
#viewer {
|
|
#viewer {
|
|
position: absolute;
|
|
position: absolute;
|
|
- left: 300px;
|
|
|
|
- width: -webkit-calc(100% - 300px); /* Safari */
|
|
|
|
- width: calc(100% - 300px);
|
|
|
|
|
|
+ left: 310px;
|
|
|
|
+ width: -webkit-calc(100% - 310px); /* Safari */
|
|
|
|
+ width: calc(100% - 310px);
|
|
height: 100%;
|
|
height: 100%;
|
|
border: 0px;
|
|
border: 0px;
|
|
}
|
|
}
|