We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e13c4 commit 7169aecCopy full SHA for 7169aec
1 file changed
src/assets/css/admin.css
@@ -172,6 +172,7 @@
172
grid-template-columns: 1fr auto auto;
173
column-gap: 10px;
174
align-items: center;
175
+ position: relative;
176
}
177
178
@media screen and ( width <= 481px ) {
@@ -206,7 +207,7 @@
206
207
padding: 6px;
208
border-radius: 3px;
209
position: absolute;
- top: 2rem;
210
+ top: 0;
211
212
213
.ableplayer-notice-copied.visible {
0 commit comments