Add auto-refresh toggle to context sidebar

This commit is contained in:
Nick O'Leary
2019-05-21 17:19:39 +01:00
parent afa25df1af
commit 5ab7380ad1
5 changed files with 47 additions and 27 deletions

View File

@@ -91,6 +91,9 @@ button.red-ui-sidebar-header-button {
font-size: 13px;
line-height: 13px;
padding: 5px 8px;
&.toggle {
@include workspace-button-toggle;
}
}
a.sidebar-header-button-toggle, /* Deprecated -> red-ui-sidebar-header-button-toggle */

View File

@@ -16,7 +16,7 @@
.red-ui-sidebar-context-stack {
position: absolute;
top: 0;
top: 42px;
bottom: 0;
left: 0;
right: 0;