style: add some animations when opening the sidebar and the bottom panel

This commit is contained in:
Adorian Doran 2025-12-25 02:40:42 +02:00
parent bbec2f6082
commit 9c73b71feb
2 changed files with 5 additions and 0 deletions

View File

@ -1803,6 +1803,10 @@ div.find-replace-widget div.find-widget-found-wrapper > span {
background: var(--right-pane-background-color);
}
#right-pane > * {
animation: fade-in 200ms ease-in;
}
#right-pane div.card-header {
align-items: center;
border: 0;

View File

@ -324,6 +324,7 @@
padding: 8px 12px;
max-height: 40vh;
overflow-y: auto;
animation: fade-in 200ms ease-in;
}
}