diff --git a/html/images/flags.png b/html/images/flags.png index dc36e31f..a65ad2fe 100644 Binary files a/html/images/flags.png and b/html/images/flags.png differ diff --git a/html/src/flags.scss b/html/src/flags.scss index 664a16c5..aa108df7 100644 --- a/html/src/flags.scss +++ b/html/src/flags.scss @@ -1,13 +1,13 @@ :root { --offx: 20px; /* flag size */ - --offy: calc(var(--offx) / 70 * 46); + --offy: calc(var(--offx) / 72 * 52); } .flags { background: url('/images/flags.png') no-repeat; background-size: calc(var(--offx) * 6); width: var(--offx); height: var(--offy); - transform: translateY(calc(var(--offx) / 16)); + transform: translateY(2px); /* move flag down */ background-position: calc(var(--offx) * -5) calc(var(--offy) * -4); } span[class='flags'] { diff --git a/html/src/index.pug b/html/src/index.pug index 837f40eb..9e04a6e9 100644 --- a/html/src/index.pug +++ b/html/src/index.pug @@ -3126,12 +3126,29 @@ html (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. div(style="margin-top:15px") - p(style="font-weight:bold") osu!resources + p(style="font-weight:bold") Twemoji pre(style="font-size:12px;white-space:pre-line"). - https://github.com/ppy/osu-resources + MIT License - CC-BY-NC 4.0 - https://github.com/ppy/osu-resources/blob/master/LICENCE.md + Copyright (c) 2021 Twitter + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. div(style="margin-top:15px") p(style="font-weight:bold") SharpDX pre(style="font-size:12px;white-space:pre-line").