Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Dec 1, 2021
1 parent c91cb7c commit fde89d2
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions default.css
Original file line number Diff line number Diff line change
Expand Up @@ -933,30 +933,31 @@ label.selectLabel {
z-index: 100;
}

@media (min-width: 156.25em) {
@media (min-width: 25em) {
.backdropCard {
width: calc(16.666666666666668% - 10px);
width: calc(50% - 10px);
}
}

@media (min-width: 100em) {
@media (min-width: 48.125em) {
.backdropCard {
width: calc(20% - 10px);
width: calc(33.333333333333336% - 10px);
}
}
@media (min-width: 75em) {
.backdropCard {
width: calc(25% - 10px);
}
}
@media (min-width: 48.125em) {

@media (min-width: 100em) {
.backdropCard {
width: calc(33.333333333333336% - 10px);
width: calc(20% - 10px);
}
}
@media (min-width: 25em) {

@media (min-width: 156.25em) {
.backdropCard {
width: calc(50% - 10px);
width: calc(16.666666666666668% - 10px);
}
}

Expand Down Expand Up @@ -1522,10 +1523,6 @@ h2 {
border-radius: var(--rounding);
}

div[data-role="page"].withTabs {
padding-top: 10em !important;
}

/*Minimalistic play buttons*/

.cardOverlayFab-primary {
Expand Down

0 comments on commit fde89d2

Please sign in to comment.