This commit is contained in:
Chris Chen
2025-11-14 07:28:22 -08:00
parent 0d3995764b
commit ee6dc58a21
4 changed files with 63 additions and 17 deletions
@@ -32,8 +32,8 @@
// HP and Mana Bars Overlay
.hero-stats-overlay {
position: absolute;
bottom: 0;
position: relative;
bottom: 60px;
left: 0;
right: 0;
padding: 0.5rem;
@@ -41,9 +41,6 @@
border-radius: 0 0 8px 8px;
z-index: 1;
width: 95%;
@media (max-height: 450px) and (orientation: landscape) {
padding: 0.35rem;
}
}
.stat-bar-overlay {