fix(components): dynamic panels theme
This commit is contained in:
@@ -1,29 +1,23 @@
|
|||||||
#navigation.section,
|
#navigation {
|
||||||
.section.tags, // legacy code pre-smart tags release
|
|
||||||
navigation {
|
|
||||||
flex: none !important;
|
flex: none !important;
|
||||||
width: 190px !important;
|
width: 10px !important;
|
||||||
transition: width 0.25s;
|
transition: width 0.25s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation.section:hover,
|
#navigation:hover {
|
||||||
.section.tags:hover, // legacy code pre-smart tags release
|
|
||||||
navigation:hover {
|
|
||||||
flex: initial;
|
flex: initial;
|
||||||
width: 250px !important;
|
width: 200px !important;
|
||||||
transition: width 0.25s;
|
transition: width 0.25s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section.notes,
|
#items-column {
|
||||||
notes-view {
|
|
||||||
flex: none !important;
|
flex: none !important;
|
||||||
width: 270px !important;
|
width: 270px !important;
|
||||||
transition: width 0.25s;
|
transition: width 0.25s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section.notes:hover,
|
#items-column:hover {
|
||||||
notes-view:hover {
|
|
||||||
flex: initial;
|
flex: initial;
|
||||||
width: 420px !important;
|
width: 380px !important;
|
||||||
transition: width 0.25s;
|
transition: width 0.25s;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user