mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
even more fixes
This commit is contained in:
parent
8585586b40
commit
9cd1969ccc
3 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
**🌎 **[Calckey](https://i.calckey.cloud/)** is an open source, decentralized social media platform that's free forever! 🚀**
|
**🌎 **[Calckey](https://i.calckey.cloud/)** is an open source, decentralized social media platform that's free forever! 🚀**
|
||||||
|
|
||||||
|
[](https://nogithub.codeberg.page/)
|
||||||
[](https://ci.codeberg.org/calckey/calckey)
|
[](https://ci.codeberg.org/calckey/calckey)
|
||||||
[](https://liberapay.com/ThatOneCalculator)
|
[](https://liberapay.com/ThatOneCalculator)
|
||||||
[](https://hosted.weblate.org/engage/calckey/)
|
[](https://hosted.weblate.org/engage/calckey/)
|
||||||
|
|
|
@ -456,7 +456,7 @@ function readPromo() {
|
||||||
}
|
}
|
||||||
|
|
||||||
> :not(.ticker) {
|
> :not(.ticker) {
|
||||||
grid-column: 1 / 3;
|
grid-column: 1 / span 3;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -470,7 +470,7 @@ if (appearNote.replyId) {
|
||||||
}
|
}
|
||||||
|
|
||||||
> :not(.ticker) {
|
> :not(.ticker) {
|
||||||
grid-column: 1 / 3;
|
grid-column: 1 / span 3;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue