Small bug fixes
This commit is contained in:
parent
ef0d586eff
commit
83e0ae74b4
@ -33,8 +33,9 @@
|
||||
#logo {
|
||||
height: 10vh;
|
||||
width: 10vh;
|
||||
padding: 1.1vh;
|
||||
padding-left: 1.5vh;
|
||||
padding: 1.5vh;
|
||||
line-height: 13vh;
|
||||
|
||||
float: left;
|
||||
|
||||
-webkit-filter: drop-shadow(2px 2px 5px #333);
|
||||
|
||||
@ -488,6 +488,7 @@ Template.main.events({
|
||||
openDivFade(modeHolder);
|
||||
}, 300);
|
||||
Session.set("sidebar", null); // Closes all sidebars.
|
||||
Session.set("calCreWork", null);
|
||||
},
|
||||
'click .calendar' () { // Click calendar mode button.
|
||||
if (Session.equals("mode", "calendar")) return;
|
||||
@ -498,6 +499,7 @@ Template.main.events({
|
||||
openDivFade(modeHolder);
|
||||
}, 300);
|
||||
Session.set("sidebar", null); // Closes all sidebars.
|
||||
Session.set("calCreWork", null);
|
||||
},
|
||||
'click .creWork' (event) { // Cick add work button.
|
||||
var attr;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user