Merge branch 'O_O' into O_O

This commit is contained in:
AB1908 2022-10-13 17:41:16 +05:30 committed by GitHub
commit 6517bd9c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 251 additions and 46 deletions

View file

@ -53,6 +53,16 @@ small.media-db-plugin-list-text{
background: var(--background-secondary-alt);
}
.media-db-plugin-preview-modal {
display: flex;
flex-direction: column;
}
.media-db-plugin-preview-wrapper {
flex: 1;
overflow-y: auto;
}
.media-db-plugin-spacer {
margin-bottom: 10px;
}