mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Merge pull request #4030 from Ombi-app/develop-test2
Multiple css fixes
This commit is contained in:
commit
996219cdf9
4 changed files with 38 additions and 7 deletions
|
@ -18,8 +18,9 @@
|
||||||
<div class="small-text ellipsis">{{result.overview}}</div>
|
<div class="small-text ellipsis">{{result.overview}}</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<div class="row" *ngIf="!result.available && !result.approved">
|
</div>
|
||||||
<div class="col-12">
|
<div class="row button-request-container" *ngIf="!result.available && !result.approved">
|
||||||
|
<div class="button-request poster-overlay">
|
||||||
<button mat-raised-button class="btn-green full-width poster-request-btn" (click)="request($event)">
|
<button mat-raised-button class="btn-green full-width poster-request-btn" (click)="request($event)">
|
||||||
<mat-icon *ngIf="!loading">cloud_download</mat-icon>
|
<mat-icon *ngIf="!loading">cloud_download</mat-icon>
|
||||||
<i *ngIf="loading" class="fas fa-spinner fa-pulse fa-2x fa-fw" aria-hidden="true"></i>
|
<i *ngIf="loading" class="fas fa-spinner fa-pulse fa-2x fa-fw" aria-hidden="true"></i>
|
||||||
|
@ -27,4 +28,3 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
|
@ -241,3 +241,23 @@ a.poster-overlay:hover{
|
||||||
.ombi-card #cardImage:hover{
|
.ombi-card #cardImage:hover{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ombi-card .button-request-container{
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
margin-top: -37px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
opacity:0;
|
||||||
|
transition: .5s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
::ng-deep .ombi-card .button-request-container .button-request{
|
||||||
|
padding-right:0px;
|
||||||
|
padding-left:0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c:hover .button-request-container {
|
||||||
|
opacity:1;
|
||||||
|
}
|
|
@ -62,6 +62,13 @@
|
||||||
margin-top:-61px;
|
margin-top:-61px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width:520px){
|
||||||
|
.right{
|
||||||
|
margin-top:0px;
|
||||||
|
text-align: center;;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.discover-filter-buttons-group {
|
.discover-filter-buttons-group {
|
||||||
background: $ombi-background-primary;
|
background: $ombi-background-primary;
|
||||||
border: 1px solid $ombi-background-primary-accent;
|
border: 1px solid $ombi-background-primary-accent;
|
||||||
|
|
|
@ -121,6 +121,10 @@
|
||||||
font-size:36px;
|
font-size:36px;
|
||||||
padding:40px 20px;
|
padding:40px 20px;
|
||||||
height:auto;
|
height:auto;
|
||||||
|
max-width: 350px;
|
||||||
|
display: flex;
|
||||||
|
white-space: normal;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.outer-profile {
|
.outer-profile {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue