mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -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,13 +18,13 @@
|
|||
<div class="small-text ellipsis">{{result.overview}}</div>
|
||||
</div>
|
||||
</a>
|
||||
<div class="row" *ngIf="!result.available && !result.approved">
|
||||
<div class="col-12">
|
||||
</div>
|
||||
<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)">
|
||||
<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>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -241,3 +241,23 @@ a.poster-overlay:hover{
|
|||
.ombi-card #cardImage:hover{
|
||||
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;
|
||||
}
|
||||
|
||||
@media (max-width:520px){
|
||||
.right{
|
||||
margin-top:0px;
|
||||
text-align: center;;
|
||||
}
|
||||
}
|
||||
|
||||
.discover-filter-buttons-group {
|
||||
background: $ombi-background-primary;
|
||||
border: 1px solid $ombi-background-primary-accent;
|
||||
|
|
|
@ -121,6 +121,10 @@
|
|||
font-size:36px;
|
||||
padding:40px 20px;
|
||||
height:auto;
|
||||
max-width: 350px;
|
||||
display: flex;
|
||||
white-space: normal;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.outer-profile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue