Revert "feat: native smart tags (#782)"

This reverts commit c3772e06b4.
This commit is contained in:
Karol Sójko
2022-01-05 16:11:17 +01:00
parent 122f8fc266
commit b57350c899
33 changed files with 870 additions and 1032 deletions

View File

@@ -35,7 +35,7 @@
opacity: 1;
}
navigation,
.section.tags,
notes-view {
will-change: opacity;
animation: fade-out 1.25s forwards;
@@ -45,7 +45,7 @@
flex: none !important;
}
navigation:hover {
.section.tags:hover {
flex: initial;
width: 0px !important;
}
@@ -57,7 +57,7 @@
}
.disable-focus-mode {
navigation,
.section.tags,
notes-view {
transition: width 1.25s;
will-change: opacity;

View File

@@ -1,7 +1,3 @@
#tags-column {
width: 100%;
}
.tags {
width: 180px;
flex-grow: 0;