modal css fixes

This commit is contained in:
Robin Appelman 2024-12-02 23:27:12 +01:00
commit af40ad1aba
3 changed files with 49 additions and 27 deletions

View file

@ -86,30 +86,4 @@
}
}
}
}
.solid-modal-content h4 {
margin-top: 0;
}
kbd {
background-color: #eee;
border-radius: 3px;
border: 1px solid #b4b4b4;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
color: #333;
display: inline-block;
font-size: 1.4em;
font-weight: 700;
line-height: 1;
padding: 2px 4px;
white-space: nowrap;
min-width: 1.5em;
text-align: center;
}
.shortcuts {
td:first-child {
text-align: center;
}
}