mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
fix(css): gems alignment and remove unused code
This commit is contained in:
parent
0aa4d2829e
commit
6104767711
3 changed files with 3 additions and 6 deletions
|
|
@ -18,6 +18,7 @@
|
|||
}
|
||||
|
||||
.inline-gems {
|
||||
vertical-align: middle;
|
||||
margin-left: 0px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
@ -30,10 +31,6 @@
|
|||
/* FIXME figure out how to handle customize menu!! */
|
||||
/*.customize-menu .f_head_0 {width: 60px; height: 60px; background-position: -1917px -9px;}*/
|
||||
|
||||
.achievements-container {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.achievement {
|
||||
float:left;
|
||||
clear:right;
|
||||
|
|
|
|||
2
dist/habitrpg-shared.css
vendored
2
dist/habitrpg-shared.css
vendored
File diff suppressed because one or more lines are too long
2
dist/habitrpg-shared.js
vendored
2
dist/habitrpg-shared.js
vendored
|
|
@ -10428,7 +10428,7 @@ var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ?
|
|||
if ((_ref = (_base = user.stats.buffs).stealth) == null) {
|
||||
_base.stealth = 0;
|
||||
}
|
||||
return user.stats.buffs.stealth += Math.ceil(user._statsComputed.per * .03);
|
||||
return user.stats.buffs.stealth += Math.ceil(user.dailys.length * user._statsComputed.per / 100);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue