client: Use a multiple column layout for the MIME type listing

This commit is contained in:
Adorian Doran 2024-11-03 15:42:13 +02:00
parent 611fb90a52
commit 4f5d874028

View File

@ -1199,6 +1199,10 @@ button.close:hover {
flex-grow: 0 !important;
}
.options-mime-types {
column-width: 250px;
}
textarea {
cursor: auto;
}
@ -1232,4 +1236,5 @@ textarea {
.jump-to-note-results .aa-suggestions {
padding: 1rem;
}
}