the browser-facing portion of osu!
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.
3
4.beatmapset-discussion-image-link {
5 position: relative;
6 display: inline-flex;
7 min-width: 1em;
8 min-height: 1em;
9
10 &__spinner {
11 .full-size();
12 .center-content();
13 }
14}