Compare commits

..

No commits in common. "cb9cae1af86b800aa4352d3536a14448caa31a66" and "5dc2674955247e9c6ffd0a74efebd7ea89c7a10f" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

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

View file

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