Add hint to close modal

dev
gravel 1 year ago
parent 83c62a197b
commit e287070f8c
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -441,6 +441,14 @@ footer nav a {
text-align: center;
}
#details-modal-close-hint {
position: absolute;
bottom: 1rem;
right: 1rem;
opacity: 0.5;
font-style: italic;
}
#details-modal-pane {
display: flex;
flex-direction: row;

@ -6,9 +6,11 @@
<div id="details-modal-contents">
<div id="details-modal-close">
&times;
</div>
</div>
<div id="details-modal-close-hint">
(Esc to close.)
</div>
<div id="details-modal-pane">
<div id="details-modal-start">
<div id="details-modal-title">
<div

Loading…
Cancel
Save