* wip: component viewer * feat: get component status from component viewer * feat: native components * fix: remove unused property * fix: remove unused func * chore(deps): snjs 2.29.0 * fix: import location * feat: native components * fix: remove unused func * feat: component viewer (#781) * wip: component viewer * feat: get component status from component viewer * fix: remove unused property * chore(deps): snjs 2.29.0 * fix: import location * chore: use cp instead of webpack copy * fix: types * chore: misc
26 lines
427 B
CSS
26 lines
427 B
CSS
.section.tags {
|
|
flex: none !important;
|
|
width: 120px !important;
|
|
transition: width 0.25s;
|
|
}
|
|
|
|
.section.tags:hover {
|
|
flex: initial;
|
|
width: 180px !important;
|
|
transition: width 0.25s;
|
|
}
|
|
|
|
.section.notes {
|
|
flex: none !important;
|
|
width: 200px !important;
|
|
transition: width 0.25s;
|
|
}
|
|
|
|
.section.notes:hover {
|
|
flex: initial;
|
|
width: 350px !important;
|
|
transition: width 0.25s;
|
|
}
|
|
|
|
/*# sourceMappingURL=dist.css.map */
|