Fix for fix for browser height scalability
Little smaller text for stats bar without high price for readability - should work better on chrome etc. Also should work correct on ultrawide (21:9) screens now. I hope =\
This commit is contained in:
@@ -746,7 +746,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
|
|||||||
|
|
||||||
.rpg-stat-label {
|
.rpg-stat-label {
|
||||||
min-width: 4.062rem;
|
min-width: 4.062rem;
|
||||||
font-size: clamp(0.9vw, 0.95vw, 1vw);
|
font-size: clamp(0.5vw, 0.6vw, 0.7vw);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: var(--rpg-text);
|
color: var(--rpg-text);
|
||||||
@@ -776,7 +776,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
|
|||||||
|
|
||||||
.rpg-stat-value {
|
.rpg-stat-value {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: clamp(0.9vw, 0.95vw, 1vw);
|
font-size: clamp(0.5vw, 0.6vw, 0.7vw);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
min-width: 1.875rem;
|
min-width: 1.875rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|||||||
Reference in New Issue
Block a user