Spaces:
Sleeping
Sleeping
Rocco Meli
commited on
Commit
·
16c0ff2
1
Parent(s):
aed59e3
shorten 3dmol box
Browse files- html/ligand.html +1 -1
- html/pl.html +1 -1
- html/protein.html +1 -1
html/ligand.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<style>
|
7 |
.mol-container {
|
8 |
width: 100%;
|
9 |
-
height:
|
10 |
position: relative;
|
11 |
}
|
12 |
|
|
|
6 |
<style>
|
7 |
.mol-container {
|
8 |
width: 100%;
|
9 |
+
height: 500px;
|
10 |
position: relative;
|
11 |
}
|
12 |
|
html/pl.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<style>
|
7 |
.mol-container {
|
8 |
width: 100%;
|
9 |
-
height:
|
10 |
position: relative;
|
11 |
}
|
12 |
|
|
|
6 |
<style>
|
7 |
.mol-container {
|
8 |
width: 100%;
|
9 |
+
height: 600px;
|
10 |
position: relative;
|
11 |
}
|
12 |
|
html/protein.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<style>
|
7 |
.mol-container {
|
8 |
width: 100%;
|
9 |
-
height:
|
10 |
position: relative;
|
11 |
}
|
12 |
|
|
|
6 |
<style>
|
7 |
.mol-container {
|
8 |
width: 100%;
|
9 |
+
height: 500px;
|
10 |
position: relative;
|
11 |
}
|
12 |
|