Compare commits
No commits in common. "cb9cae1af86b800aa4352d3536a14448caa31a66" and "5dc2674955247e9c6ffd0a74efebd7ea89c7a10f" have entirely different histories.
cb9cae1af8
...
5dc2674955
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue