mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Remove unnecessary empty lines and whitespace
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user