e.stopPropagation()}>
+
Settings
diff --git a/webclient/src/Style-light.css b/webclient/src/Style-light.css
index 413d987..4acca66 100644
--- a/webclient/src/Style-light.css
+++ b/webclient/src/Style-light.css
@@ -484,3 +484,16 @@ button.comment {
.modal-content .font-option {
margin-bottom: 0.25rem;
}
+
+.close-modal-button {
+ position: absolute;
+ top: 0.5rem;
+ right: 0.75rem;
+ background: transparent;
+ border: none;
+ font-size: 1.5rem;
+ line-height: 1;
+ padding: 0;
+ cursor: pointer;
+ color: inherit;
+}