Compare commits

..

2 commits

Author SHA1 Message Date
cb9cae1af8
fix: calling this a fix is preposterous
but it should *not* work *less* often???
2024-05-13 17:17:19 +02:00
a4ba93c5d0
fix(web): lock avatar size in tl 2024-05-13 17:11:07 +02:00
2 changed files with 3 additions and 1 deletions

View file

@ -108,6 +108,7 @@ impl Context {
// TODO theres already 2 edge cases, i really need to get rid of this
id
.replace('@', "/")
.replace("///", "/@/") // omg wordpress PLEASE AAAAAAAAAAAAAAAAAAAA
.replace("//", "/@") // oops my method sucks!! TODO
.replacen('+', "https://", 1)
.replace(" ", "%20") // omg wordpress

View file

@ -170,7 +170,8 @@
border-radius: 50%;
}
img.inline-avatar {
max-height: 2em;
height: 2em;
width: 2em;
}
.box {
border: 3px solid #bf616a;