Skip to content

Earthdawn FASA - EDV346 Bug Fixes #14020

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Earthdawn (FASA Official)/Earthdawn.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ############################################### Earthdawn.css ###################################################################*/
/*v3.42 relesed 2025 02 09*/
/*v3.46 relesed 2025 05 11*/

/* ############################################ CSS Instruction ######################################################################### */

/* ############################################ 1879 and Dark Mode for the Sheet ####################################################################### */
Expand Down Expand Up @@ -1245,7 +1245,7 @@ input[type="number"].sheet-attrCostsGreen {
.charsheet input[type="number"].sheet-buffRight {
vertical-align: top;
padding: 0px;
margin-top: 0px;
margin-top: 1px;
margin-bottom: 0px;
}

Expand All @@ -1261,7 +1261,7 @@ input[type="number"].sheet-attrCostsGreen {


.charsheet b.sheet-buffSignRight{
margin-right: -4px;
margin-right: -2px;
margin-left: -2px;
}

Expand All @@ -1273,15 +1273,15 @@ input[type="number"].sheet-attrCostsGreen {
}

.charsheet b.sheet-buffSignLeft {
margin-right: -15px;
margin-right: -18px;
margin-left: -2px;
}

.charsheet input[type="number"].sheet-buffLeft {
text-align: right;
margin-left: 0px;
margin-right: -8px;
width: 1.8em;
width: 2em;
}

.sheet-buffRight::-webkit-inner-spin-button,
Expand Down
Loading