WIP
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user