the browser-facing portion of osu!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 23 lines 505 B view raw
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.quick-search-items { 5 --quick-search-items-badge-margin: 20px; 6 7 display: flex; 8 flex-direction: column; 9 margin: 9px -1px -1px; 10 11 @media @narrow { 12 --quick-search-items-badge-margin: 10px; 13 } 14 15 &--empty { 16 color: @osu-colour-c2; 17 font-size: @font-size--title-small-3; 18 } 19 20 &__item { 21 margin: 1px 0; 22 } 23}