diff --git a/lib/public/stylesheets/style.css b/lib/public/stylesheets/style.css index b54d0ec..416eb74 100644 --- a/lib/public/stylesheets/style.css +++ b/lib/public/stylesheets/style.css @@ -22,10 +22,10 @@ a.forkme { background: #008000; color: #fff; font-weight: bold; - padding: 3px 35px; + padding: 3px 100px; border: 2px solid #006400; - -webkit-transform: rotate(45deg) translate(62px); - transform: rotate(45deg) translate(62px); + -webkit-transform: rotate(45deg) translate(108px, -46px); + transform: rotate(45deg) translate(108px, -46px); } a.forkme:hover { diff --git a/lib/views/index.html.ejs b/lib/views/index.html.ejs index c2ff466..71aedda 100644 --- a/lib/views/index.html.ejs +++ b/lib/views/index.html.ejs @@ -64,7 +64,7 @@
Accepted modifiers: scale, helm, default.
- Please note renders are still beta and have some issues. New renders are in progress!
+ Please note that renders are still beta and have some issues. New renders are in progress!
Accepted modifiers: scale, helm, default.
- Please note renders are still beta and have some issues. New renders are in progress!
+ Please note that renders are still beta and have some issues. New renders are in progress!
<%= config.avatars.min_size %> - <%= config.avatars.max_size %>
- <%= config.renders.min_scale %> - <%= config.renders.max_scale %>
+ <%= config.renders.min_scale %> - <%= config.renders.max_scale %>
true.
UUIDs may be any valid Mojang UUID in the blank or dashed format.
Malformed UUIDs are rejected.
We strongly advise you to use UUIDs instead of usernames! UUIDs never change while usernames do.
Looking up players by username has officially been deprecated by Mojang ever since UUIDs were introduced.
- Crafatar uses a legacy API to retrieve skins for usernames that updates very slowly.
+ Crafatar uses a legacy API which updates very slowly to retrieve skins for usernames.
Skins come without any details, including whether a player uses the Alex or Steve skin model.
Additionally, Mojang has stated that this legacy interface may be disabled anytime, causing all requests to fail.
Malformed usernames are rejected.
- Crafatar caches skins for <%= config.caching.local / 60 %> minutes before checking for skin updates.
+ Crafatar checks for skin updates every <%= config.caching.local / 60 %> minutes.
Images are cached in your browser for <%= config.caching.browser / 60 %> minutes until a new request to Crafatar is made.
In addition, CloudFlare caches up to 2 hours on a per-url basis.