style: настроил отступы и границы VK комментариев

This commit is contained in:
Astronit 2026-02-20 12:48:05 +00:00
parent dacf5e6e60
commit de37a44a4b
1 changed files with 17 additions and 2 deletions

View File

@ -7,6 +7,21 @@
limit: 10,
attach: "*",
autoPublish: 0,
pageUrl: "{{ .Permalink }}"
pageUrl: "{{ .Permalink }}",
width: "auto",
height: 400
});
</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>