Skip to content

Commit

Permalink
Fix css linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanand01 committed Feb 8, 2024
1 parent 6fefdf5 commit 5649bb5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/stories-block/src/css/lightbox.css
Expand Up @@ -73,12 +73,15 @@
* relative flow, removes the space.
*/
html:not([amp]) .web-stories-singleton__lightbox amp-story-player a,
html:not([amp]) .web-stories-list .web-stories-list__lightbox amp-story-player a {
html:not([amp])
.web-stories-list
.web-stories-list__lightbox
amp-story-player
a {
position: absolute;
}

@media all and (min-width: 676px) {

.admin-bar .web-stories-list__lightbox,
.admin-bar .web-stories-singleton__lightbox {
top: 46px;
Expand All @@ -96,9 +99,8 @@ html:not([amp]) .web-stories-list .web-stories-list__lightbox amp-story-player a
}

@media all and (min-width: 783px) {

.admin-bar .web-stories-list__lightbox,
.admin-bar .web-stories-singleton__lightbox {
top: 32px;
}
}
}

0 comments on commit 5649bb5

Please sign in to comment.