Skip to content

Commit afd8e0e

Browse files
authored
Merge pull request #36 from ben/ben/resources-on-right
Move health/spirit/supply to right side of sheet
2 parents e93ee6d + 2688db9 commit afd8e0e

File tree

3 files changed

+233
-244
lines changed

3 files changed

+233
-244
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Momentum boxes above max are disabled ([#32](https://github.com/ben/foundry-ironsworn/pull/32))
66
- Separate sheet for moves ([#33](https://github.com/ben/foundry-ironsworn/pull/33))
77
- Framework for multiple themes ([#35](https://github.com/ben/foundry-ironsworn/pull/35))
8+
- Move health/spirit/supply tracks to right side of sheet ([#36](https://github.com/ben/foundry-ironsworn/pull/36))
89

910
## 0.4.1
1011

src/styles/styles.less

+1-14
Original file line numberDiff line numberDiff line change
@@ -90,23 +90,10 @@
9090
}
9191

9292
.margin-right {
93-
flex: 0 0 250px;
93+
flex: 0;
9494
border-left: 1px solid;
9595
margin-left: 5px;
96-
padding-left: 10px;
9796
position: relative;
98-
99-
h1 {
100-
border: 2px solid;
101-
border-left: none;
102-
border-right: none;
103-
text-align: center;
104-
105-
margin-top: 5px;
106-
&:first-child {
107-
margin-top: 0;
108-
}
109-
}
11097
}
11198

11299
h4 {

0 commit comments

Comments
 (0)