mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
!wip added collection button
This commit is contained in:
parent
f1877efe02
commit
d78462a516
3 changed files with 10 additions and 2 deletions
|
@ -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")]
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue