Make things uh… more "revealing"

This commit is contained in:
Lim Chee Aun 2023-03-13 19:15:14 +08:00
parent f5c05998ba
commit a3015e75f0

View file

@ -43,8 +43,17 @@
.account-container .header-banner:active { .account-container .header-banner:active {
mask-image: none; mask-image: none;
} }
.account-container .header-banner:active + header { .account-container .header-banner:active + header .avatar + * {
opacity: 0.5 !important; transition: opacity 0.3s ease-in-out;
opacity: 0 !important;
}
.account-container .header-banner:active + header .avatar {
transition: filter 0.3s ease-in-out;
filter: none !important;
}
.account-container .header-banner:active + header .avatar img {
transition: border-radius 0.3s ease-in-out;
border-radius: 8px;
} }
@media (min-height: 480px) { @media (min-height: 480px) {