mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
Merge pull request #8261 from b9chris/develop
Fix a bug where 1005-768 the avatars and health bar get covered up.
This commit is contained in:
commit
f9f22f313f
1 changed files with 4 additions and 0 deletions
|
|
@ -91,6 +91,10 @@
|
||||||
height: 10.5em
|
height: 10.5em
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
|
// Covers avatars, health bar at 1005-768. Fix:
|
||||||
|
@media (max-width: 1005px) and (min-width: 768px)
|
||||||
|
margin-top: 2.8em;
|
||||||
|
|
||||||
// this is a wrapper for avatars in the header
|
// this is a wrapper for avatars in the header
|
||||||
// inside this is the actual `herobox` module
|
// inside this is the actual `herobox` module
|
||||||
// that can be used anywhere on the site
|
// that can be used anywhere on the site
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue