Some fixes

This commit is contained in:
2023-02-21 20:22:08 +01:00
parent 0fe4202098
commit b23d0836fe
17 changed files with 276 additions and 265 deletions

View File

@ -51,7 +51,7 @@
background: rgba(66, 66, 64, 0.95);
} /* For title, sidebar character and scene */
.sheet nav.sheet-tabs {
font-size: 0.8rem;
font-size: 0.7rem;
color: rgba(224, 208, 197, 0.9);
background: rgba(66, 66, 64, 0.95);
} /* For nav and title */
@ -466,7 +466,7 @@ section.sheet-body{padding: 0.25rem 0.5rem;}
.sheet nav.sheet-tabs {
font-size: 0.70rem;
font-weight: bold;
height: 3rem;
height: 2.5rem;
flex: 0 0 3rem;
margin: 0;
padding: 0 0 0 0.25rem;
@ -483,7 +483,7 @@ section.sheet-body{padding: 0.25rem 0.5rem;}
nav.sheet-tabs .item {
position: relative;
padding: 0 0.25rem;
padding: 0 0.15rem;
}
nav.sheet-tabs .item:after {
@ -1425,6 +1425,11 @@ Focus FOC: #ff0084
max-width: 16rem;
min-width: 16rem;
}
.item-field-label-long4 {
flex-grow:1;
max-width: 40rem;
min-width: 40rem;
}
.item-control-end {
align-self: flex-end;
}