even more fixes
This commit is contained in:
parent
d4e6ee6001
commit
a6a4015858
|
@ -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/)
|
||||
|
|
|
@ -456,7 +456,7 @@ function readPromo() {
|
|||
}
|
||||
|
||||
> :not(.ticker) {
|
||||
grid-column: 1 / 3;
|
||||
grid-column: 1 / span 3;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
|
@ -470,7 +470,7 @@ if (appearNote.replyId) {
|
|||
}
|
||||
|
||||
> :not(.ticker) {
|
||||
grid-column: 1 / 3;
|
||||
grid-column: 1 / span 3;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue