Css centered the range input in weapon

This commit is contained in:
Vlyan
2022-03-28 13:55:44 +02:00
parent 98ce77774f
commit e9b289d4a6
3 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# Changelog # Changelog
Date format : day/month/year Date format : day/month/year
## 1.7.0 - 28/03/2022 - DiceRoller for Techniques & Npc Generator ## 1.7.0 - 28/03/2022 - Strife, DiceRoller for Techniques & Npc Generator
- NPC Sheet : - NPC Sheet :
- Added a random generator feature (Demeanor, Clan and Families names courteously authorized by Edge). - Added a random generator feature (Demeanor, Clan and Families names courteously authorized by Edge).
- This is random by design, don't expect clan/school logic in values. - This is random by design, don't expect clan/school logic in values.

File diff suppressed because one or more lines are too long

View File

@@ -369,6 +369,11 @@
width: 100%; width: 100%;
} }
} }
.stats {
input[type="text"] {
text-align: center;
}
}
.value { .value {
flex: 0 0 calc(25% - 0.5rem); flex: 0 0 calc(25% - 0.5rem);
} }