Remove unnecessary empty lines and whitespace

This commit is contained in:
shidorien
2024-01-07 01:32:05 +01:00
parent 072e2991ba
commit e071d792ad
2 changed files with 0 additions and 4 deletions
@@ -52,7 +52,6 @@ export type MapItemProps<T = unknown> = {
};
export const MapItem = memo(({ hash, title, autor, songAutor, coverUrl, songUrl, autorId, mapId, diffs, ranked, bpm, duration, likes, createdAt, selected, downloading, showOwned, callBackParam, onDelete, onDownload, onSelected, onCancelDownload, onDoubleClick }: MapItemProps) => {
const linkOpener = useService(LinkOpenerService);
const audioPlayer = useService(AudioPlayerService);
-3
View File
@@ -19,7 +19,6 @@
}
* {
user-select: none;
}
@@ -79,8 +78,6 @@
background: rgba(0, 0, 0, 0.25);
}
.tippy-box[data-theme~='default'] {
@apply !bg-neutral-900;
color: #fff;