mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
[UI Work] Add Artist, Import Artist, Calendar
This commit is contained in:
parent
a747c5f135
commit
77f1d2e64c
109 changed files with 891 additions and 1082 deletions
|
@ -26,15 +26,15 @@
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.seriesTitle,
|
||||
.episodeTitle {
|
||||
.artistName,
|
||||
.albumTitle {
|
||||
composes: truncate from 'Styles/Mixins/truncate.css';
|
||||
|
||||
flex: 0 1 300px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.episodeTitle {
|
||||
.albumTitle {
|
||||
flex: 1 1 1px;
|
||||
}
|
||||
|
||||
|
@ -66,18 +66,10 @@
|
|||
composes: unmonitored from 'Calendar/Events/CalendarEvent.css';
|
||||
}
|
||||
|
||||
.onAir {
|
||||
composes: onAir from 'Calendar/Events/CalendarEvent.css';
|
||||
}
|
||||
|
||||
.missing {
|
||||
composes: missing from 'Calendar/Events/CalendarEvent.css';
|
||||
}
|
||||
|
||||
.premiere {
|
||||
composes: premiere from 'Calendar/Events/CalendarEvent.css';
|
||||
}
|
||||
|
||||
.unaired {
|
||||
composes: unaired from 'Calendar/Events/CalendarEvent.css';
|
||||
}
|
||||
|
@ -98,7 +90,7 @@
|
|||
|
||||
.date,
|
||||
.time,
|
||||
.seriesTitle {
|
||||
.artistName {
|
||||
flex: 0 0 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue