Diff: STRATO-apps/wordpress_03/app/wp-includes/blocks/embed/editor.css
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
.wp-block-embed{
2
+
clear:both;
3
+
margin-left:0;
4
+
margin-right:0;
5
+
}
6
+
.wp-block-embed.is-loading{
7
+
display:flex;
8
+
justify-content:center;
9
+
}
10
+
.wp-block-embed .wp-block-embed__placeholder-input{
11
+
flex:1 1 auto;
12
+
}
13
+
.wp-block-embed .components-placeholder__error{
14
+
word-break:break-word;
15
+
}
16
+
17
+
.wp-block-post-content .wp-block-embed__learn-more a{
18
+
color:var(--wp-admin-theme-color);
19
+
}
20
+
21
+
.block-library-embed__interactive-overlay{
22
+
bottom:0;
23
+
left:0;
24
+
opacity:0;
25
+
position:absolute;
26
+
right:0;
27
+
top:0;
28
+
}
29
+
30
+
.wp-block[data-align=left]>.wp-block-embed,.wp-block[data-align=right]>.wp-block-embed{
31
+
max-width:360px;
32
+
width:100%;
33
+
}
34
+
.wp-block[data-align=left]>.wp-block-embed .wp-block-embed__wrapper,.wp-block[data-align=right]>.wp-block-embed .wp-block-embed__wrapper{
35
+
min-width:280px;
36
+
}