mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
No description
As reported in #10502, adding a 1 pixel right margin to *all* nodes with the member-stats class will affect the display when you click on the avatar as well, which will then break the layout because of that additional margin. Instead of adding the margin to .member-stats in general, let's just add it to the condensed version so that it really just addresses the flickering on Chrome/Chromium as reported in #10379. I've tested whether the flickering still happens via a small xdotool-loop (just to make sure I don't get too shaky with the mouse): for i in $(seq 500 508); do xdotool mousemove "$i" 250; sleep 5; done The flickering doesn't happen anymore and the layout in the party members overview and the stats overview when you click on the avatar is no longer distorted. Signed-off-by: aszlig <aszlig@nix.build> Fixes: #10502 |
||
|---|---|---|
| .ebextensions | ||
| .github | ||
| database_reports | ||
| gulp | ||
| keys/google | ||
| kubernetes | ||
| migrations | ||
| scripts | ||
| test | ||
| vagrant_scripts | ||
| webpack | ||
| website | ||
| .babelrc | ||
| .buildpacks | ||
| .codeclimate.yml | ||
| .dockerignore | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .nodemonignore | ||
| .nvmrc | ||
| .travis.yml | ||
| apidoc.json | ||
| config.json.example | ||
| docker-compose.dev.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Dockerfile-Dev | ||
| gulpfile.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| Procfile | ||
| README.md | ||
| VAGRANT.md | ||
| Vagrantfile.example | ||
Habitica

Habitica is an open source habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.
We need more programmers! Your assistance will be greatly appreciated.
For an introduction to the technologies used and how the software is organized, refer to Guidance for Blacksmiths.
To set up a local install of Habitica for development and testing on various platforms, see Setting up Habitica Locally.