Css centered the range input in weapon
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Changelog
|
||||
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 :
|
||||
- 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.
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -369,6 +369,11 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.stats {
|
||||
input[type="text"] {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.value {
|
||||
flex: 0 0 calc(25% - 0.5rem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user