diff --git a/src/scripts/sidebar.tag b/src/scripts/sidebar.tag index 3bfe257..3b18047 100644 --- a/src/scripts/sidebar.tag +++ b/src/scripts/sidebar.tag @@ -1,11 +1,17 @@ -
-
+ +
@@ -60,11 +66,10 @@ self.swipe = lodash.debounce(() => { "swiped" : self.swiped == undefined ? true : !self.swiped, "open" : !self.open }); - }, 200); + }, 100); self.buttonStyles = (() => { return { - "background-color" : "black", "top": "0", "overflow-x": "hidden" }; @@ -72,15 +77,15 @@ self.buttonStyles = (() => { self.closedButton = (() => { return { + "background-color" : "rgba(103, 173, 219, 0.40)", + "font-color" : "black", "height": "50px", "width": "50px", + "font-size" : "40px", "position": "fixed", "z-index": "1", "top": "0", - "left": "0", - "overflow-x": "hidden", - "padding-top": "60px", - "background-color" : "black" + "left": "0" }; });