mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-28 07:35:27 -04:00
Email reader mobile: force-disable overlay box-shadow with !important
This commit is contained in:
+5
-2
@@ -28348,10 +28348,13 @@ button .spinner-whirlpool {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Mobile: drop the overlay shadow (gradient fade alone reads cleaner
|
/* Mobile: drop the overlay shadow (gradient fade alone reads cleaner
|
||||||
on phone screens) and lift the cluster 1px more. */
|
on phone screens) and lift the cluster 1px more. !important
|
||||||
|
needed because the @container query overlay rule above has the
|
||||||
|
same selector specificity and the cascade isn't reliably picking
|
||||||
|
the later rule when both fire. */
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.email-reader-meta > .email-reader-actions-inline {
|
.email-reader-meta > .email-reader-actions-inline {
|
||||||
box-shadow: none;
|
box-shadow: none !important;
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user