lastfm.scss

@use 'style/core';

/* -- LastFM live music -- */
.lastfm-now-playing-box {
  @include core.border;
  align-items: center;
}

.now-playing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 8px;
}

.np-image {
  margin-right: -24px;
}

.metadata-table {
  font-size: 13px;
}
Revisions
DateHash
2024-04-13
2024-04-01
2024-01-28
2023-10-26
2023-10-25
Navigation
NextgetCurrentTrack.ts
UpLastFM