Add button to enable protocol handler in settings

This commit is contained in:
Simon Ser
2022-06-27 17:01:15 +02:00
parent 7cabb6f85b
commit fa80a56516
3 changed files with 48 additions and 1 deletions
+8
View File
@@ -533,6 +533,14 @@ details summary[role="button"] {
overflow: auto; /* hack to clear floating elements */
}
.dialog .protocol-handler {
display: flex;
flex-direction: row;
}
.dialog .protocol-handler .left {
flex-grow: 1;
}
kbd {
background-color: #f0f0f0;
border: 1px solid #bfbfbf;