added the possibility of having more that one

messsage shown in the modal
This commit is contained in:
Karma Riuk
2025-05-15 12:20:02 +02:00
parent 269ced22bd
commit 3f9154cb95
3 changed files with 69 additions and 24 deletions

View File

@ -35,13 +35,20 @@ button {
cursor: pointer;
}
.info-btn {
header .info-btn {
background: none;
border: none;
font-size: 1rem;
padding: 0;
}
fieldset .info-btn {
aspect-ratio: 1;
padding: .35em .7em;
border-radius: 100%;
border-width: 1px;
}
header #page-title {
display: flex;
align-items: center;
@ -181,3 +188,7 @@ table tbody td:nth-child(1) {
font-size: 1.5rem;
cursor: pointer;
}
.modal-container h2 {
margin-top: 0;
}