Commit 5db89c54 authored by serhii.myronets's avatar serhii.myronets
Browse files

Issue #3255435 by agami4: Improve position of the unpublished label on the stream teaser

parent 02be9fe3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -154,8 +154,7 @@
}

.stream-item .node--unpublished__label {
  top: -1.25rem;
  right: -1.25rem;
  border-top-right-radius: 0;
}

@media (min-width: 600px) {
+2 −2
Original line number Diff line number Diff line
@@ -150,8 +150,8 @@
  top: 0;
  right: 0;
  padding: 0.5em 1em;

  .stream-item & {
    top: -1.25rem;
    right: -1.25rem;
    border-top-right-radius: 0;
  }
}