mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Added posters to edit and delete series
This commit is contained in:
parent
bb86e20bed
commit
9ea588dd91
3 changed files with 103 additions and 56 deletions
|
@ -2,8 +2,23 @@
|
|||
@import "../Shared/Styles/clickable.less";
|
||||
@import "../Content/prefixer";
|
||||
|
||||
.edit-series-modal {
|
||||
.edit-series-modal, .delete-series-modal {
|
||||
overflow : visible;
|
||||
|
||||
.series-poster {
|
||||
.card;
|
||||
width : 168px;
|
||||
}
|
||||
|
||||
.form-horizontal {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.delete-series-modal {
|
||||
.path {
|
||||
margin-left: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.series-item {
|
||||
|
@ -196,3 +211,4 @@
|
|||
.clickable;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue