gearheads
/
mastodon
Archived
2
0
Fork 0

Gearheads: remove various problematic mods for Elephant theme (for now)

gh/stable
Ducky 2023-07-29 02:54:09 +01:00
parent 9bef0d71ea
commit 1642c4127d
1 changed files with 8 additions and 7 deletions

View File

@ -1,9 +1,9 @@
.theme-elephant,
.theme-elephant-contrast,
.theme-elephant-light {
background-color: var(--color-bg);
/**background-color: var(--color-bg); ** TODO: Use a :not() to override legacy pages **
/** Style login/sign-up **/
** Style login/sign-up **
.new_user {
.btn {
border-radius: 9999px;
@ -36,15 +36,16 @@
border-radius: var(--border-radius);
}
}
}
}**/
/** Add shadows around dropdowns/popouts **/
.dropdown-animation,
.picture-in-picture .video-player.inline,
.video-modal__container .video-player {
box-shadow: 0 0 20px rgba(0,0,0,0.25);
.picture-in-picture {
/**.video-modal__container .video-player,
.modal-root__container .gifv {**/
box-shadow: 0 0 20px rgba(0,0,0,0.35);
}
/** Fix PIP quirks **/
.picture-in-picture {
.video-player.inline {