Minot fixes

This commit is contained in:
2025-01-22 08:59:31 +01:00
parent 0d0c604496
commit f00a69e9b4
32 changed files with 112 additions and 109 deletions

View File

@ -853,36 +853,36 @@ i.lethalfantasy {
flex: none;
width: 3rem;
}
.lethalfantasy .monster-main .monster-resists {
.lethalfantasy .monster-main .monster-skills {
display: flex;
flex-direction: column;
gap: 4px;
flex: 1;
}
.lethalfantasy .monster-main .monster-resists .monster-resist {
.lethalfantasy .monster-main .monster-skills .monster-skill {
display: flex;
align-items: center;
margin-right: 0.5rem;
}
.lethalfantasy .monster-main .monster-resists .monster-resist .rollable:hover,
.lethalfantasy .monster-main .monster-resists .monster-resist .rollable:focus {
.lethalfantasy .monster-main .monster-skills .monster-skill .rollable:hover,
.lethalfantasy .monster-main .monster-skills .monster-skill .rollable:focus {
text-shadow: 0 0 8px var(--color-shadow-primary);
cursor: pointer;
}
.lethalfantasy .monster-main .monster-resists .monster-resist input {
.lethalfantasy .monster-main .monster-skills .monster-skill input {
min-width: 2.2rem;
max-width: 2.5rem;
}
.lethalfantasy .monster-main .monster-resists .monster-resist .name {
.lethalfantasy .monster-main .monster-skills .monster-skill .name {
flex: 1;
min-width: 3.2rem;
margin-left: 4px;
}
.lethalfantasy .monster-main .monster-resists .monster-resist .form-group {
.lethalfantasy .monster-main .monster-skills .monster-skill .form-group {
flex: 1;
padding-left: 4px;
}
.lethalfantasy .monster-main .monster-resists .monster-resist .form-group .form-fields {
.lethalfantasy .monster-main .monster-skills .monster-skill .form-group .form-fields {
flex: none;
width: 2.5rem;
}