Skip to content

Commit 7169aec

Browse files
committed
Fix positioning of shortcode copied indicator.
1 parent b3e13c4 commit 7169aec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/assets/css/admin.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
grid-template-columns: 1fr auto auto;
173173
column-gap: 10px;
174174
align-items: center;
175+
position: relative;
175176
}
176177

177178
@media screen and ( width <= 481px ) {
@@ -206,7 +207,7 @@
206207
padding: 6px;
207208
border-radius: 3px;
208209
position: absolute;
209-
top: 2rem;
210+
top: 0;
210211
}
211212

212213
.ableplayer-notice-copied.visible {

0 commit comments

Comments
 (0)