Support multiple stores in context sidebar

This commit is contained in:
Nick O'Leary
2018-07-16 16:36:05 +01:00
parent d3598d5854
commit d9d15e41c7
3 changed files with 140 additions and 51 deletions

View File

@@ -16,7 +16,7 @@
.sidebar-context-stack {
position: absolute;
top: 0; // with toolbar: 43px;
top: 0;
bottom: 0;
left: 0;
right: 0;
@@ -32,7 +32,8 @@
.sidebar-context-property {
position: relative;
.debug-message-tools {
right: 3px;
right: 0px;
margin-right: 5px;
display: none;
}
&:hover .debug-message-tools {
@@ -45,3 +46,9 @@
color: #bbb;
padding: 1px 3px;
}
.sidebar-context-property-storename {
display: block;
font-size: 0.8em;
font-style: italic;
color: #aaa;
}