FilterBar: conditional animation

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-01-06 18:19:32 +01:00
parent 95bdfb6c2f
commit 7bc924caa2
1 changed files with 4 additions and 1 deletions

View File

@ -699,10 +699,13 @@ article:last-child > .domain {
height: 3px;
bottom: 0;
background-color: var(--accent-color);
transition: all 0.3s;
}
}
.no-reduce-motion .filter-bar__active {
transition: all 0.3s;
}
.reaction__filter-bar {
overflow-x: auto;
overflow-y: hidden;