Reduce sidebar animation duration from 200ms to 100ms (#8830)

#8747 (re?)introduced an animation I find unbearably slow. If it was always there I suppose I just got used to it.

How to test the feature manually:

1. Open and close the sidebar on a sufficiently small width.
This commit is contained in:
Frans de Jonge
2026-05-14 12:55:33 +02:00
committed by GitHub
parent 8863cdcaf8
commit fcc129fe54
4 changed files with 6 additions and 6 deletions

View File

@@ -687,7 +687,7 @@ th {
@media (max-width: 840px) {
.aside {
transition: width 200ms linear;
transition: width 100ms ease-in;
}
.aside .toggle_aside,

View File

@@ -687,7 +687,7 @@ th {
@media (max-width: 840px) {
.aside {
transition: width 200ms linear;
transition: width 100ms ease-in;
}
.aside .toggle_aside,

View File

@@ -2124,7 +2124,7 @@ html.slider-active {
}
#slider.sliding {
transition: width 200ms linear;
transition: width 100ms ease-in;
}
#close-slider {
@@ -2812,7 +2812,7 @@ html.slider-active {
width: 0;
overflow: hidden;
z-index: 100;
transition: width 200ms linear;
transition: width 100ms ease-in;
}
.aside.aside_feed {

View File

@@ -2124,7 +2124,7 @@ html.slider-active {
}
#slider.sliding {
transition: width 200ms linear;
transition: width 100ms ease-in;
}
#close-slider {
@@ -2812,7 +2812,7 @@ html.slider-active {
width: 0;
overflow: hidden;
z-index: 100;
transition: width 200ms linear;
transition: width 100ms ease-in;
}
.aside.aside_feed {