Better fade effect when hiding tabs

This commit is contained in:
Nick O'Leary
2021-09-24 22:10:53 +01:00
parent 6ab74951f4
commit 901a5ce9d2
2 changed files with 51 additions and 32 deletions

View File

@@ -21,6 +21,9 @@
height: 35px;
box-sizing: border-box;
.hide-tab {
transition: width 0.1s ease-in;
}
.red-ui-tabs-scroll-container {
height: 60px;
overflow-x: scroll;