Skip to content

Commit

Permalink
Adding for tablet view
Browse files Browse the repository at this point in the history
  • Loading branch information
therobbiedavis committed Aug 21, 2024
1 parent 7befed3 commit 063a832
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion UI/Web/src/_series-detail-common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@
object-fit: cover !important;
}

@media screen and (max-width: 800px) {
/* col-lg */
@media screen and (max-width: 991px) {
.image-container.mobile-bg{
width: 100vw;
top: calc(var(--nav-offset) - 20px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</div>

</div>
<div class="col-xl-10 col-lg-7 col-md-7 col-xs-8 col-sm-6">
<div class="col-xl-10 col-lg-7 col-md-12 col-xs-12 col-sm-12">
<h4 class="title mb-2">
<span>{{series.name}}

Expand Down Expand Up @@ -136,7 +136,7 @@ <h4 class="title mb-2">

<div class="mt-2 upper-details">
<div class="row g-0">
<div class="col-6">
<div class="col-6 pe-5">
<span class="fw-bold">{{t('writers-title')}}</span>
<div>
<app-badge-expander [items]="seriesMetadata.writers"
Expand Down Expand Up @@ -165,7 +165,7 @@ <h4 class="title mb-2">

<div class="mt-3 mb-2 upper-details">
<div class="row g-0">
<div class="col-6">
<div class="col-6 pe-5">
<span class="fw-bold">{{t('genres-title')}}</span>
<div>
<app-badge-expander [items]="seriesMetadata.genres"
Expand Down

0 comments on commit 063a832

Please sign in to comment.