mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
less cleanup.
This commit is contained in:
parent
ef89f5ae4b
commit
f40d1013b0
21 changed files with 224 additions and 987 deletions
|
@ -134,3 +134,46 @@
|
|||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
@import "../shared/Styles/clickable.less";
|
||||
|
||||
.series-season {
|
||||
.episode-number-cell {
|
||||
width: 22px;
|
||||
}
|
||||
.episode-air-date-cell {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.episode-status-cell {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.episode-title-cell {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.episode-detail-modal {
|
||||
|
||||
.episode-overview {
|
||||
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.episode-file-info {
|
||||
|
||||
margin-top: 30px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.season-grid {
|
||||
.toggle-cell {
|
||||
width: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.season-search {
|
||||
.clickable;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue