- 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:
Ender
2024-01-25 20:55:04 +01:00
parent 9da36e6a6f
commit d8df3d9611
7 changed files with 23 additions and 13 deletions
+12 -4
View File
@@ -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%;