Compare commits
2 commits
5dc2674955
...
cb9cae1af8
Author | SHA1 | Date | |
---|---|---|---|
cb9cae1af8 | |||
a4ba93c5d0 |
2 changed files with 3 additions and 1 deletions
|
@ -108,6 +108,7 @@ 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
|
||||||
|
|
|
@ -170,7 +170,8 @@
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
img.inline-avatar {
|
img.inline-avatar {
|
||||||
max-height: 2em;
|
height: 2em;
|
||||||
|
width: 2em;
|
||||||
}
|
}
|
||||||
.box {
|
.box {
|
||||||
border: 3px solid #bf616a;
|
border: 3px solid #bf616a;
|
||||||
|
|
Loading…
Reference in a new issue