Updated 'theme/index.hbs'.

This commit is contained in:
Hector PENG
2025-01-17 07:14:41 +08:00
parent 8d1840e42e
commit 8b46f30d57

View File

@@ -346,12 +346,12 @@
</div>
</div>
<button class="close-button">Close</button>
<br />
<p>若这里内容有帮助到你,请选择上述方式向 xfoss.com 捐赠。</p>
<button class="close-button">Close</button>
</dialog>
</body>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6NHZBVG5F6"></script>
@@ -376,6 +376,7 @@ closeButton.addEventListener('click', () => {
modal.close();
});
</script>
<style type="text/css">
button {
display: inline-block;
@@ -413,12 +414,12 @@ dialog > p {
}
dialog > p:first-of-type {
margin: 0 auto 20px;
font-size: 32px;
font-size: 24px;
font-weight: 600;
}
dialog > button {
margin: 10px auto;
display: block;
float: right;
}
* {
@@ -494,7 +495,7 @@ dialog > button {
.author-info a {
color: white;
}
img {
.slides > div > img {
object-fit: cover;
position: absolute;
top: 0;
@@ -530,4 +531,5 @@ img {
</style>
</html>