Moved Honor/Glory/status in tooltip and some css fix

This commit is contained in:
Vlyan
2022-02-03 11:48:29 +01:00
parent 258c284c25
commit 330665e895
8 changed files with 49 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@@ -25,8 +25,11 @@
position: relative;
.attributes-buttons {
position: relative;
line-height: 13px;
text-align: center;
top: 0.3rem;
right: 1.2rem;
width: 12px;
}
strong {
@@ -44,6 +47,7 @@
background: transparent;
border: 0 none;
text-align: center;
margin: 0.3rem 1.6rem 0 1.5rem;
}
&:after {
@@ -60,6 +64,9 @@
}
&:nth-child(1) {
input {
margin: 0.3rem 1rem 0 1.5rem;
}
&:after {
transform: rotate(0deg);
}
@@ -72,6 +79,9 @@
}
&:nth-child(3) {
input {
margin: 0.3rem 1rem 0 1.5rem;
}
&:after {
transform: rotate(180deg);
}
@@ -93,7 +103,7 @@
}
}
.sheet-body {
height: calc(100% - 9.5rem);
height: calc(100% - 11.5rem);
.tab {
height: calc(100% - 3.5rem);
&.army {

View File

@@ -11,9 +11,10 @@
flex: 0 0 100%;
overflow: hidden;
padding: 0 8px;
line-height: 30px;
line-height: 1.9rem;
justify-content: flex-end;
background: rgba(186, 187, 177, 0.5);
height: 2rem;
a.l5r-header-button {
flex: none;
@@ -29,7 +30,7 @@
}
}
.sheet-body {
height: calc(100% - 27rem);
height: calc(100% - 28rem);
}
fieldset {
&.advancement,

View File

@@ -741,6 +741,12 @@ button {
top: -1px;
left: -1px;
}
.goodvalue {
color: #4e8c69;
}
.badvalue {
color: #ab2a00;
}
}
.card-header img {
display: inline-block;