We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22db79 commit a75e0ccCopy full SHA for a75e0cc
styles.css
@@ -30,7 +30,6 @@ small.media-db-plugin-list-text{
30
display: flex;
31
flex-direction: column;
32
margin: 5px;
33
- flex: 1;
34
overflow-y: auto;
35
}
36
@@ -54,12 +53,12 @@ small.media-db-plugin-list-text{
54
53
55
56
.media-db-plugin-preview-modal {
57
- display: flex;
58
- flex-direction: column;
+ display: contents;
59
60
61
.media-db-plugin-preview-wrapper {
62
+ display: flex;
+ flex-direction: column;
63
64
65
@@ -117,7 +116,7 @@ small.media-db-plugin-list-text{
117
116
118
119
.media-db-plugin-button:focus {
120
- outline: 1px solid white;
+ /*outline: 1px solid white;*/
121
122
123
/* endregion */
0 commit comments