mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-04 06:02:32 +00:00
Versioning, various minor cleaning
This commit is contained in:
@@ -1312,7 +1312,7 @@
|
||||
background-color: #fff990;
|
||||
margin: 5px;
|
||||
width: 450px;
|
||||
height: 213px;
|
||||
height: 225px;
|
||||
margin: 0px;
|
||||
border: solid 2px goldenrod;
|
||||
border-radius: 3px;
|
||||
@@ -1327,7 +1327,27 @@
|
||||
max-height: 28px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------- */
|
||||
/* Version Info */
|
||||
/* --------------------------------------------------- */
|
||||
|
||||
.item-version-row {
|
||||
display: grid;
|
||||
grid-template-areas: "versionLabel versionInfo";
|
||||
justify-content: flex-end;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.item-version-label h2 {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.item-version-information input[readonly] {
|
||||
background-color: #fff990;
|
||||
max-width: 45px;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------- */
|
||||
/* Custom buttons */
|
||||
/* --------------------------------------------------- */
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user