- Removed initiative
- Reimplemented container Adding - Adjusted some colors and margins for better looking - Added LP and AP Max input fields to Werte und Boni - Made LP and AP Max a label in the health bar instead
This commit is contained in:
@@ -42,8 +42,10 @@
|
||||
.flexpart {
|
||||
gap: 0;
|
||||
padding: 0;
|
||||
margin: 5px;
|
||||
margin: 2px;
|
||||
background-color: beige;
|
||||
border-collapse: separate;
|
||||
border-radius: 10px;
|
||||
border: 2px solid black;
|
||||
}
|
||||
|
||||
@@ -66,10 +68,15 @@
|
||||
|
||||
h3 {
|
||||
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 0;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
background-color: dimgray;
|
||||
color: white;
|
||||
background-color: #eeede0;
|
||||
color: black;
|
||||
border-collapse: separate;
|
||||
border: 2px solid black;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.profile-img {
|
||||
@@ -247,7 +254,8 @@
|
||||
padding: 1px;
|
||||
//align-items: stretch;
|
||||
|
||||
input {
|
||||
input,
|
||||
.max-value {
|
||||
flex: 0 0 2rem;
|
||||
text-align: center;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user