prefers-reduced-motion
This commit is contained in:
parent
d04e207a64
commit
cd2b16e19c
1 changed files with 3 additions and 0 deletions
|
@ -119,4 +119,7 @@
|
||||||
@media (scripting: none) {
|
@media (scripting: none) {
|
||||||
.headerContainer{height:40px !important;}
|
.headerContainer{height:40px !important;}
|
||||||
}
|
}
|
||||||
|
@media (prefers-reduced-motion) {
|
||||||
|
.headerContainer{height:40px !important;}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue