Initial commit: Fresh start with current state
This commit is contained in:
25
src/foundryvtt-pathfinder1-v10.8/less/apps/split-stack.less
Normal file
25
src/foundryvtt-pathfinder1-v10.8/less/apps/split-stack.less
Normal file
@@ -0,0 +1,25 @@
|
||||
.pf1.dialog.split-stack {
|
||||
.window-content {
|
||||
.dialog-content {
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
gap: 0.5em;
|
||||
|
||||
> div {
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
gap: 0.5em;
|
||||
|
||||
.stack-size {
|
||||
flex: 1 4em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.stack-drag {
|
||||
flex: 4 12em;
|
||||
align-self: end;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user