mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Merge branch 'main' of https://github.com/CTalvio/Ultrachromic
This commit is contained in:
11
base.css
11
base.css
@@ -80,12 +80,19 @@ div[data-role="controlgroup"] a[data-role="button"] {
|
|||||||
background-color: rgba(0, 0, 0, 0.7);
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* Play button hovering (for low width windows) */
|
||||||
@media all and (max-width: 70em){
|
@media all and (max-width: 70em){
|
||||||
|
.cardOverlayFab-primary {
|
||||||
|
background-color: #00000000;
|
||||||
|
}
|
||||||
.cardOverlayButtonIcon {
|
.cardOverlayButtonIcon {
|
||||||
background-color: rgba(0, 0, 0, 0.5) !important;
|
background-color: #00000000 !important;
|
||||||
|
}
|
||||||
|
.cardOverlayContainer {
|
||||||
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
}
|
}
|
||||||
.cardOverlayButton {
|
.cardOverlayButton {
|
||||||
padding: 0.5em;
|
padding: 0.25em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,12 @@
|
|||||||
.layout-desktop .detailRibbon {
|
.layout-desktop .detailRibbon {
|
||||||
background: rgba(0,0,0,0) !important;
|
background: rgba(0,0,0,0) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix poster image not showing in high width windows */
|
||||||
|
.layout-desktop .detailImageContainer .card {
|
||||||
|
top: 18vh;
|
||||||
|
}
|
||||||
|
|
||||||
@media all and (min-width: 32em){
|
@media all and (min-width: 32em){
|
||||||
.itemBackdrop {
|
.itemBackdrop {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user