···1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
2// See the LICENCE file in the repository root for full licence text.
34- .beatmapset-cover-admin {
5- &__img {
6- max-width: 100%;
7- }
8 }
0
···1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
2// See the LICENCE file in the repository root for full licence text.
34+.beatmapset-cover-admin {
5+ &__img {
6+ max-width: 100%;
07 }
8+}
···8 position: relative;
910 @media @mobile {
11- overflow-y: hidden; // Needed to limit the height of the panel so chat-conversation is scrollable and
12- // chat-conversation-list doesn't become 0 height on mobile.
13- // height: 100% alone doesn't work.
14- // The panel itself should not be scrollable.
015 }
1617 &__instructions {
···8 position: relative;
910 @media @mobile {
11+ // Needed to limit the height of the panel so chat-conversation is scrollable and
12+ // chat-conversation-list doesn't become 0 height on mobile.
13+ // height: 100% alone doesn't work.
14+ // The panel itself should not be scrollable.
15+ overflow-y: hidden;
16 }
1718 &__instructions {
···34.flag-country {
5 --height: 1em;
6- --width-height-ratio: calc(100 / 72); // Original flag svg ratio; using a different ratio turns the flag into a blurry mess on Chrome.
078 height: var(--height);
9 width: calc(var(--height) * var(--width-height-ratio));
···23 border-radius: inherit;
24 filter: contrast(0) brightness(2);
25 opacity: 0.25;
26- content: '';
27 }
2829 &--flat {
···34.flag-country {
5 --height: 1em;
6+ // Original flag svg ratio; using a different ratio turns the flag into a blurry mess on Chrome.
7+ --width-height-ratio: calc(100 / 72);
89 height: var(--height);
10 width: calc(var(--height) * var(--width-height-ratio));
···24 border-radius: inherit;
25 filter: contrast(0) brightness(2);
26 opacity: 0.25;
27+ content: "";
28 }
2930 &--flat {
···1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
2// See the LICENCE file in the repository root for full licence text.
34-5.medals-group {
6 display: grid;
7 gap: 20px;
···35 position: relative;
3637 &::before {
38- content: '';
39 position: absolute;
40 top: 0;
41 left: 0;
···1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
2// See the LICENCE file in the repository root for full licence text.
304.medals-group {
5 display: grid;
6 gap: 20px;
···34 position: relative;
3536 &::before {
37+ content: "";
38 position: absolute;
39 top: 0;
40 left: 0;
···1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
2// See the LICENCE file in the repository root for full licence text.
34-5.nav-click-popup {
6 position: absolute;
7 top: 100%;
···1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
2// See the LICENCE file in the repository root for full licence text.
304.nav-click-popup {
5 position: absolute;
6 top: 100%;
···1112 &__icon {
13 .full-size();
14- clip-path: path("m 25,2.7 a 9.3,9.3 0 0 1 4.7,1.2 l 11.3,6.5 a 9.3,9.3 0 0 1 4.6,8.1 v 13.0 a 9.3,9.3 0 0 1 -4.6,8.1 L 29.7,46.1 a 9.3,9.3 0 0 1 -9.3,0 L 9.1,39.6 A 9.3,9.3 0 0 1 4.4,31.5 v -13.0 A 9.3,9.3 0 0 1 9.1,10.4 L 20.4,3.9 A 9.3,9.3 0 0 1 25,2.7 M 25,0.0 A 11.9,11.9 0 0 0 19.0,1.6 L 7.7,8.1 A 12.0,12.0 0 0 0 1.7,18.5 v 13.0 a 12.0,12.0 0 0 0 6.0,10.4 l 11.3,6.5 a 12.0,12.0 0 0 0 12.0,0 l 11.3,-6.5 a 12.0,12.0 0 0 0 6.0,-10.4 v -13.0 A 12.0,12.0 0 0 0 42.3,8.1 L 31.0,1.6 A 11.9,11.9 0 0 0 25.0,0 Z");
0015 background: linear-gradient(var(--bg));
16 }
17
···1112 &__icon {
13 .full-size();
14+ clip-path: path(
15+ "m 25,2.7 a 9.3,9.3 0 0 1 4.7,1.2 l 11.3,6.5 a 9.3,9.3 0 0 1 4.6,8.1 v 13.0 a 9.3,9.3 0 0 1 -4.6,8.1 L 29.7,46.1 a 9.3,9.3 0 0 1 -9.3,0 L 9.1,39.6 A 9.3,9.3 0 0 1 4.4,31.5 v -13.0 A 9.3,9.3 0 0 1 9.1,10.4 L 20.4,3.9 A 9.3,9.3 0 0 1 25,2.7 M 25,0.0 A 11.9,11.9 0 0 0 19.0,1.6 L 7.7,8.1 A 12.0,12.0 0 0 0 1.7,18.5 v 13.0 a 12.0,12.0 0 0 0 6.0,10.4 l 11.3,6.5 a 12.0,12.0 0 0 0 12.0,0 l 11.3,-6.5 a 12.0,12.0 0 0 0 6.0,-10.4 v -13.0 A 12.0,12.0 0 0 0 42.3,8.1 L 31.0,1.6 A 11.9,11.9 0 0 0 25.0,0 Z"
16+ );
17 background: linear-gradient(var(--bg));
18 }
19
···1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
2// See the LICENCE file in the repository root for full licence text.
34- .user-session-list-session {
5 flex-direction: row;
6 margin-bottom: 10px;
7
···1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
2// See the LICENCE file in the repository root for full licence text.
34+.user-session-list-session {
5 flex-direction: row;
6 margin-bottom: 10px;
7
···1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
2// See the LICENCE file in the repository root for full licence text.
34-.no-print, .no-print * {
05 @media print {
6 display: none !important;
7 }
···1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
2// See the LICENCE file in the repository root for full licence text.
34+.no-print,
5+.no-print * {
6 @media print {
7 display: none !important;
8 }
···2// See the LICENCE file in the repository root for full licence text.
34@font-face {
5- font-family: 'Venera';
6 font-weight: 500;
7- src: url('~@fonts/venera/Venera-500.otf');
8}
···2// See the LICENCE file in the repository root for full licence text.
34@font-face {
5+ font-family: "Venera";
6 font-weight: 500;
7+ src: url("~@fonts/venera/Venera-500.otf");
8}