feat: generic items list (#1035)

This commit is contained in:
Aman Harwara
2022-05-22 18:51:46 +05:30
committed by GitHub
parent 1643311d08
commit 6401da2570
76 changed files with 1808 additions and 1281 deletions

View File

@@ -36,7 +36,7 @@
}
#navigation,
#notes-column {
#items-column {
will-change: opacity;
animation: fade-out 1.25s forwards;
transition: width 1.25s;
@@ -50,7 +50,7 @@
width: 0px !important;
}
#notes-column:hover {
#items-column:hover {
flex: initial;
width: 0px !important;
}
@@ -58,7 +58,7 @@
.disable-focus-mode {
#navigation,
#notes-column {
#items-column {
transition: width 1.25s;
will-change: opacity;
animation: fade-in 1.25s forwards;