!wip added collection button

This commit is contained in:
TidusJar 2019-02-15 12:19:30 +00:00
commit d78462a516
3 changed files with 10 additions and 2 deletions

View file

@ -11,7 +11,7 @@ namespace Ombi.Api.TheMovieDb.Models
[JsonProperty("backdrop_path")]
public string BackdropPath { get; set; }
[JsonProperty("belongs_to_collection")]
public BelongsToCollection Collecion { get; set; }
public BelongsToCollection BelongsToCollection { get; set; }
[JsonProperty("budget")]
public int Budget { get; set; }
[JsonProperty("genres")]

View file

@ -103,7 +103,7 @@
<div class="row">
<div class="col-12 col-md-3 ">
<button mat-raised-button class="btn-spacing-below full-width">{{movie.belongsToCollection.name}}</button>
<mat-card class="card-full mat-elevation-z8">
<mat-card-content>
<div>

View file

@ -131,6 +131,10 @@ section {
width: 100%;
}
.full-width {
width: 100%;
}
#info-wrapper .sidebar .poster .real {
height: 100%;
top: 0;
@ -154,6 +158,10 @@ section {
margin-right:10px;
}
.btn-spacing-below {
margin-bottom: 10px;
}
.tagline {
margin-top: 10px;
margin-left: 10px;