add refused-to-display tips in link-preview-overlay
This commit is contained in:
parent
3d49b1dea3
commit
e2a8634057
2 changed files with 13 additions and 0 deletions
|
@ -1229,6 +1229,16 @@ html:-moz-full-screen-ancestor {
|
|||
visibility: visible;
|
||||
}
|
||||
|
||||
.reveal .overlay.overlay-preview.loaded .viewport-inner {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
left: 0;
|
||||
top: 60px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
letter-spacing: normal;
|
||||
}
|
||||
|
||||
.reveal .overlay.overlay-preview.loaded .spinner {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue