Fixed makeawish
This commit is contained in:
parent
1af769eb76
commit
2b9822a8ce
3 changed files with 9 additions and 6 deletions
|
|
@ -4834,8 +4834,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
transform: scale(200%) translate(100vw, 100vh) rotate(600deg);
|
transform: scale(200%) translate(100vw, 100vh) rotate(600deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.app-body:has(.search__input[value="Tangerine UI"])::after {
|
.app-body:has(.search__input[value="Tangerine UI"])::after,
|
||||||
content: "🍊";
|
.app-body:has(.search__input[value="tangerine ui"])::after {
|
||||||
|
content: "\1F34A";
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
||||||
|
|
@ -4834,8 +4834,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
transform: scale(200%) translate(100vw, 100vh) rotate(600deg);
|
transform: scale(200%) translate(100vw, 100vh) rotate(600deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.app-body:has(.search__input[value="Tangerine UI"])::after {
|
.app-body:has(.search__input[value="Tangerine UI"])::after,
|
||||||
content: "🍊";
|
.app-body:has(.search__input[value="tangerine ui"])::after {
|
||||||
|
content: "\1F34A";
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
||||||
|
|
@ -4834,8 +4834,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
transform: scale(200%) translate(100vw, 100vh) rotate(600deg);
|
transform: scale(200%) translate(100vw, 100vh) rotate(600deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.app-body:has(.search__input[value="Tangerine UI"])::after {
|
.app-body:has(.search__input[value="Tangerine UI"])::after,
|
||||||
content: "🍊";
|
.app-body:has(.search__input[value="tangerine ui"])::after {
|
||||||
|
content: "\1F34A";
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue