ethoFS missing elements patch
This commit is contained in:
@@ -67,6 +67,7 @@ body.pg-loaded>.inner {
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
background-color: #212529;
|
background-color: #212529;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style the main content */
|
/* Style the main content */
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ class Uploads {
|
|||||||
|
|
||||||
beforeLoginState() {
|
beforeLoginState() {
|
||||||
var statsRow = document.getElementById("stats-row");
|
var statsRow = document.getElementById("stats-row");
|
||||||
statsRow.style.display = "none";
|
//statsRow.style.display = "none";
|
||||||
var uploadButton = document.getElementById("main-upload-button");
|
var uploadButton = document.getElementById("main-upload-button");
|
||||||
uploadButton.style.display = "none";
|
uploadButton.style.display = "none";
|
||||||
}
|
}
|
||||||
@@ -1476,4 +1476,4 @@ $(document).on("render_uploads", function () {
|
|||||||
var ethoPriceUSD = data.data.quotes.USD.price;
|
var ethoPriceUSD = data.data.quotes.USD.price;
|
||||||
document.getElementById("ethoprice").textContent = EthoUploads.round(ethoPriceUSD, 4);
|
document.getElementById("ethoprice").textContent = EthoUploads.round(ethoPriceUSD, 4);
|
||||||
}).catch(err => {});
|
}).catch(err => {});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user