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,
.theme-elephant-contrast, .theme-elephant-contrast,
.theme-elephant-light { .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 { .new_user {
.btn { .btn {
border-radius: 9999px; border-radius: 9999px;
@ -36,13 +36,14 @@
border-radius: var(--border-radius); border-radius: var(--border-radius);
} }
} }
} }**/
/** Add shadows around dropdowns/popouts **/ /** Add shadows around dropdowns/popouts **/
.dropdown-animation, .dropdown-animation,
.picture-in-picture .video-player.inline, .picture-in-picture {
.video-modal__container .video-player { /**.video-modal__container .video-player,
box-shadow: 0 0 20px rgba(0,0,0,0.25); .modal-root__container .gifv {**/
box-shadow: 0 0 20px rgba(0,0,0,0.35);
} }
/** Fix PIP quirks **/ /** Fix PIP quirks **/