mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
fixed less prefixer path
fixed modals
This commit is contained in:
parent
0a2ac32dfc
commit
28de886bb1
8 changed files with 12 additions and 17 deletions
|
@ -24,7 +24,7 @@ define(
|
|||
data: { 'deleteFiles': deleteFiles },
|
||||
wait: true
|
||||
}).done(function () {
|
||||
App.modalRegion.close();
|
||||
App.modalRegion.closeModal();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@import "../Shared/Styles/card.less";
|
||||
@import "../Shared/Styles/clickable.less";
|
||||
@import "/content/prefixer";
|
||||
@import "../Content/prefixer";
|
||||
|
||||
.series-item {
|
||||
padding-bottom : 30px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue