style: настроил отступы и границы VK комментариев
This commit is contained in:
parent
dacf5e6e60
commit
de37a44a4b
|
|
@ -7,6 +7,21 @@
|
||||||
limit: 10,
|
limit: 10,
|
||||||
attach: "*",
|
attach: "*",
|
||||||
autoPublish: 0,
|
autoPublish: 0,
|
||||||
pageUrl: "{{ .Permalink }}"
|
pageUrl: "{{ .Permalink }}",
|
||||||
|
width: "auto",
|
||||||
|
height: 400
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
#vk_comments {
|
||||||
|
margin-top: 2rem;
|
||||||
|
padding-top: 2rem;
|
||||||
|
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Адаптация под тёмную тему */
|
||||||
|
#vk_comments iframe {
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Loading…
Reference in New Issue