···11// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
22// See the LICENCE file in the repository root for full licence text.
3344- .beatmapset-cover-admin {
55- &__img {
66- max-width: 100%;
77- }
44+.beatmapset-cover-admin {
55+ &__img {
66+ max-width: 100%;
87 }
88+}
···88 position: relative;
991010 @media @mobile {
1111- overflow-y: hidden; // Needed to limit the height of the panel so chat-conversation is scrollable and
1212- // chat-conversation-list doesn't become 0 height on mobile.
1313- // height: 100% alone doesn't work.
1414- // The panel itself should not be scrollable.
1111+ // Needed to limit the height of the panel so chat-conversation is scrollable and
1212+ // chat-conversation-list doesn't become 0 height on mobile.
1313+ // height: 100% alone doesn't work.
1414+ // The panel itself should not be scrollable.
1515+ overflow-y: hidden;
1516 }
16171718 &__instructions {
···3344.flag-country {
55 --height: 1em;
66- --width-height-ratio: calc(100 / 72); // Original flag svg ratio; using a different ratio turns the flag into a blurry mess on Chrome.
66+ // Original flag svg ratio; using a different ratio turns the flag into a blurry mess on Chrome.
77+ --width-height-ratio: calc(100 / 72);
7889 height: var(--height);
910 width: calc(var(--height) * var(--width-height-ratio));
···2324 border-radius: inherit;
2425 filter: contrast(0) brightness(2);
2526 opacity: 0.25;
2626- content: '';
2727+ content: "";
2728 }
28292930 &--flat {
···11// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
22// See the LICENCE file in the repository root for full licence text.
3344-54.nav-click-popup {
65 position: absolute;
76 top: 100%;
···11111212 &__icon {
1313 .full-size();
1414- 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");
1414+ clip-path: path(
1515+ "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"
1616+ );
1517 background: linear-gradient(var(--bg));
1618 }
1719
···11// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
22// See the LICENCE file in the repository root for full licence text.
3344- .user-session-list-session {
44+.user-session-list-session {
55 flex-direction: row;
66 margin-bottom: 10px;
77
···11// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
22// See the LICENCE file in the repository root for full licence text.
3344-.no-print, .no-print * {
44+.no-print,
55+.no-print * {
56 @media print {
67 display: none !important;
78 }