Compare commits

..

1 Commits

Author SHA1 Message Date
Mark McDowall
679166fc1c Fixed: Agenda view on mobile
(cherry picked from commit 34e928ebed5e258f3481f88e0163bfecfce2b120)
2023-03-27 04:31:01 +00:00
2 changed files with 1 additions and 3 deletions

View File

@@ -83,7 +83,7 @@
}
@media only screen and (max-width: $breakpointSmall) {
.event {
.overlay {
flex-direction: column;
}

View File

@@ -9,7 +9,5 @@ namespace NzbDrone.Core.MediaFiles.Commands
public string Path { get; set; }
public string DownloadClientId { get; set; }
public ImportMode ImportMode { get; set; }
public override bool RequiresDiskAccess => true;
public override bool IsLongRunning => true;
}
}