1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

control sidebar adjustments

This commit is contained in:
Kyle Spearrin
2017-06-06 12:18:43 -04:00
parent 27d291b0e9
commit fadd070663
10 changed files with 41 additions and 18 deletions

5
src/js/main.js Normal file
View File

@@ -0,0 +1,5 @@
var AdminLTEOptions = {
controlSidebarOptions: {
selector: '#adminlte-fakeselector'
}
};