mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
fixed fields padding
This commit is contained in:
@@ -329,11 +329,6 @@ input[type=number].sheet-attr-val {
|
||||
grid-template-rows: 1fr;
|
||||
}
|
||||
|
||||
.sheet-weaponlist-item {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto auto auto 1fr;
|
||||
grid-template-rows: 1fr;
|
||||
}
|
||||
|
||||
.sheet-gears-header {
|
||||
grid-area: sheet-gears-header;
|
||||
@@ -393,6 +388,14 @@ input[type=number].sheet-attr-val {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 70px 56px 1fr;
|
||||
grid-template-rows: 1fr;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.sheet-weaponlist-item {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto auto auto 1fr;
|
||||
grid-template-rows: 1fr;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.sheet-weaponlist-header-empty {
|
||||
@@ -417,18 +420,21 @@ input[type=number].sheet-attr-val {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 56px 1fr;
|
||||
grid-template-rows: 1fr;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.sheet-gearlist-item {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 56px 1fr;
|
||||
grid-template-rows: 1fr;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.repcontainer[data-groupname="repeating_stuff"] {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-rows: repeat(auto-fill, max-content);
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
/* end repeating block*/
|
||||
|
||||
Reference in New Issue
Block a user