Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5cf4401fa3 | ||
|
|
69e96b6610 |
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 1.2.1 - Praised be Firefox
|
||||
- Fix dice swap on firefox that overflowed on the top and bottom of the RnK dialog
|
||||
- Fix new items list on firefox who deformed the sheets
|
||||
|
||||
## 1.2.0 - Roll n Keep
|
||||
- Added Roll n Keep 1st iteration !
|
||||
- Ability to Keep, Discard, Re-roll and Swap:
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -233,8 +233,17 @@
|
||||
legend {
|
||||
i:last-child {
|
||||
position: absolute;
|
||||
top: 1rem;
|
||||
top: 0;
|
||||
right: 0;
|
||||
border-radius: 0.15rem;
|
||||
padding: 0 0.1rem 0 0.15rem;
|
||||
font-size: 0.65rem;
|
||||
line-height: 1rem;
|
||||
width: 1rem;
|
||||
margin: 0.25rem;
|
||||
text-align: center;
|
||||
color: white;
|
||||
background: $l5r5e-label;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -254,6 +263,7 @@
|
||||
}
|
||||
&.swap {
|
||||
flex: 0 0 calc(100px + 1rem);
|
||||
flex-direction: column;
|
||||
border: 1px solid fuchsia;
|
||||
}
|
||||
&.discards,
|
||||
|
||||
@@ -186,6 +186,7 @@ li {
|
||||
// Fieldset
|
||||
fieldset {
|
||||
flex: 1;
|
||||
flex-wrap: wrap;
|
||||
display: flex;
|
||||
margin: 0 0.25rem;
|
||||
padding: 0.5rem;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "l5r5e",
|
||||
"title": "Legend of the Five Rings (5th Edition)",
|
||||
"description": "This is an authorised multilingual game system En|Fr|Es, for Legend of the Five Rings (5th Edition) by <a href='https://edge-studio.net/'>Edge Studio</a> <p> - Join the official Discord server: <a href='https://discord.gg/foundryvtt'> Official Discord</a></p><p> - Rejoignez la communauté Francophone: <a href='https://discord.gg/pPSDNJk'>Francophone Discord</a></p>",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"minimumCoreVersion": "0.7.9",
|
||||
"compatibleCoreVersion": "0.7.9",
|
||||
"manifestPlusVersion": "1.0.0",
|
||||
@@ -185,5 +185,5 @@
|
||||
],
|
||||
"url": "https://gitlab.com/teaml5r/l5r5e",
|
||||
"manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json",
|
||||
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.2.0/raw/l5r5e.zip?job=build"
|
||||
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.2.1/raw/l5r5e.zip?job=build"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user