mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
winter: make bailey head more visible with holiday gear (remember to
revert this after 1/31!)
This commit is contained in:
@@ -7,9 +7,11 @@
|
||||
.npc_bailey
|
||||
float:left
|
||||
.npc_bailey_head
|
||||
height: 30px !important
|
||||
//height: 30px !important
|
||||
height: 50px !important
|
||||
position: absolute
|
||||
top: 117px // 147 (header-height) - 30 (bailey height)
|
||||
//top: 117px // 147 (header-height) - 30 (bailey height)
|
||||
top: 97px
|
||||
right: 50px
|
||||
cursor: pointer
|
||||
|
||||
|
||||
@@ -180,7 +180,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
|
||||
$rootScope.applyingAction = false;
|
||||
}
|
||||
|
||||
// $rootScope.castCancel = function(){
|
||||
// $rootScope.castCancel = function(){
|
||||
// debugger
|
||||
// $rootScope.applyingAction = false;
|
||||
// $scope.spell = null;
|
||||
|
||||
Reference in New Issue
Block a user