fix sync modal styling

This commit is contained in:
Kukks
2021-07-26 16:44:41 +02:00
parent f4df850d25
commit 71cbe716f9

View File

@@ -26,9 +26,8 @@
</div>
</div>
</div>
@section PageHeadContent {
<style type="text/css">
<style >
#syncModal {
position: fixed;
bottom: 40px;
@@ -51,10 +50,8 @@
transform: rotate(-90deg);
}
</style>
}
@section PageFootContent {
<script>
<script>
var syncModalContent = $('#syncModalContent');
var syncModal = $('#syncModal');
if (localStorage.getItem("sync-collapsed")){
@@ -75,5 +72,4 @@
$(document).on("scroll", handleFooterBottom);
handleFooterBottom();
</script>
}
}