Commit
·
3fc96e5
1
Parent(s):
ae4bb65
Update templates/index.html
Browse files- templates/index.html +3 -2
templates/index.html
CHANGED
|
@@ -58,7 +58,7 @@
|
|
| 58 |
}
|
| 59 |
#feed-div {
|
| 60 |
display: flex;
|
| 61 |
-
|
| 62 |
width: 90%;
|
| 63 |
height: 90%;
|
| 64 |
position: relative;
|
|
@@ -126,6 +126,7 @@
|
|
| 126 |
}
|
| 127 |
|
| 128 |
#feed-div {
|
|
|
|
| 129 |
width: 100%;
|
| 130 |
max-height: 45%;
|
| 131 |
margin-right: 0;
|
|
@@ -226,7 +227,7 @@
|
|
| 226 |
|
| 227 |
const img = new Image();
|
| 228 |
img.onload = function() {
|
| 229 |
-
|
| 230 |
old = newUrl;
|
| 231 |
feed.src = this.src;
|
| 232 |
feed.style.width = "100%";
|
|
|
|
| 58 |
}
|
| 59 |
#feed-div {
|
| 60 |
display: flex;
|
| 61 |
+
justify-content: right;
|
| 62 |
width: 90%;
|
| 63 |
height: 90%;
|
| 64 |
position: relative;
|
|
|
|
| 126 |
}
|
| 127 |
|
| 128 |
#feed-div {
|
| 129 |
+
justify-content: left;
|
| 130 |
width: 100%;
|
| 131 |
max-height: 45%;
|
| 132 |
margin-right: 0;
|
|
|
|
| 227 |
|
| 228 |
const img = new Image();
|
| 229 |
img.onload = function() {
|
| 230 |
+
|
| 231 |
old = newUrl;
|
| 232 |
feed.src = this.src;
|
| 233 |
feed.style.width = "100%";
|