mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Still allow look at the unmasked banner
This commit is contained in:
parent
aeb75fdea7
commit
e4eafd2592
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,12 @@
|
|||
.account-container .header-banner:hover {
|
||||
animation: position-object 5s ease-in-out 1s 5;
|
||||
}
|
||||
.account-container .header-banner:active {
|
||||
mask-image: none;
|
||||
}
|
||||
.account-container .header-banner:active + header {
|
||||
opacity: 0.5 !important;
|
||||
}
|
||||
|
||||
@media (min-height: 480px) {
|
||||
.account-container .header-banner {
|
||||
|
|
Loading…
Reference in a new issue