diff --git a/README.md b/README.md index 460db78b3d..363a8e2776 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ **🌎 **[Calckey](https://i.calckey.cloud/)** is an open source, decentralized social media platform that's free forever! 🚀** +[![no-github-badge](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page/) [![status-badge](https://ci.codeberg.org/api/badges/calckey/calckey/status.svg)](https://ci.codeberg.org/calckey/calckey) [![liberapay-badge](https://img.shields.io/liberapay/receives/ThatOneCalculator?logo=liberapay)](https://liberapay.com/ThatOneCalculator) [![translate-badge](https://hosted.weblate.org/widgets/calckey/-/svg-badge.svg)](https://hosted.weblate.org/engage/calckey/) diff --git a/packages/client/src/components/MkNote.vue b/packages/client/src/components/MkNote.vue index fa9e0e982d..2fe2877b46 100644 --- a/packages/client/src/components/MkNote.vue +++ b/packages/client/src/components/MkNote.vue @@ -456,7 +456,7 @@ function readPromo() { } > :not(.ticker) { - grid-column: 1 / 3; + grid-column: 1 / span 3; width: 100%; max-width: 100%; } diff --git a/packages/client/src/components/MkNoteDetailed.vue b/packages/client/src/components/MkNoteDetailed.vue index 927ef2b86d..83dae30faa 100644 --- a/packages/client/src/components/MkNoteDetailed.vue +++ b/packages/client/src/components/MkNoteDetailed.vue @@ -470,7 +470,7 @@ if (appearNote.replyId) { } > :not(.ticker) { - grid-column: 1 / 3; + grid-column: 1 / span 3; width: 100%; max-width: 100%; }